Factory method pattern: Difference between revisions

Content deleted Content added
A better, but not perfect, solution: code cleanup, got rid of the casts
Line 109:
==See also==
* [[ClassFactory]]
* [[Abstract factory pattern]] (When the object has no descriptive attributes)
* [[Interpreter pattern]] (When a language is used to describe the objects)
 
==External links==