Prototype
Contents |
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
- Prototype Pattern on wikipedia.
- Prototype Pattern, Detailed page on this pattern.