List of most important OOP patterns in computer programming aka Gang of Four Design Patterns.
Creational patterns
Structural patterns
Behavioral patterns
- Chain of responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor