Factory Method: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} == Related Patterns == <span class="editsection">top</span> Abstract Factory classes are often implemented with factory methods, but they can also ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
<font size="-2">[[Patterns#Computer Science Patterns | <<Back to Patterns]]</font> | |||
Latest revision as of 12:59, 8 April 2015
Related Patterns
top Abstract Factory classes are often implemented with factory methods, but they can also be implemented using Prototype. A concrete factory is often a singleton.
See also
- Factory method pattern on wikipedia.