Factory Method
Jump to navigation
Jump to search
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.