Prototype

From HaFrWiki
Revision as of 17:40, 7 November 2012 by Hjmf (talk | contribs) (Created page with "{{TOCright}} See the Prototype Pattern page for a detailed description. == Related Patterns == <span class="editsection">top</span> Abstract Factory classes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

See the Prototype Pattern page for a detailed description.

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