Creational Patterns
These provide various object creation mechanisms, which increase flexibility and reuse of existing code.
- Factory Method
- Abstract Factory
- Builder
- Prototype
- Singleton
These provide various object creation mechanisms, which increase flexibility and reuse of existing code.