Description
- Behavioral design patterns are design patterns that identify communication patterns among objects and provide solution templates for specific situations. In doing so, these patterns increase the extensibility of the interactions
Patterns
- Command
- Chain of Responsibility
- Mediator
- Memento
- Observer
- Visitor
- Strategy