Design Pattern
Creational Design Patterns
- Factory Method
- Abstract Factory
- Builder
- Prototype
- Singleton
Structural Design Patterns
- Adapter
- Bridge
- Composite
- Façade
- Proxy
Behavioral Design Patterns
- Chain of Responsibility
- Command
- Iterator
- Observer
- State
- Strategy
- Visitor