Prev
1
2
3
4
5
6
7
8
9
Next
- Strategy Pattern
- Advantage of Template Method without inheritance
- Strategy is a technique for performing a known task
- Specialized form of Command, since we know what Strategy will do
- Split the enforced call structure from the customized implementation
- Executor delegates to encapsulated client strategy for customization