Difference between revisions of "Factory Method"

From HaFrWiki
Jump to: navigation, 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 ...")
 
m
 
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

<<Back to Patterns


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

top

References

top