Factory method pattern: Difference between revisions

Content deleted Content added
Blomskoe (talk | contribs)
mNo edit summary
Line 105:
}
 
The combination of a [[type code]] and its associated specific [[factory object]] can be stored in a [[map (computer science)|map]]. The [[switch statement]] can be avoided to create an extensible factory by a [[Associative_array|mapping]].
 
==See also==