Strategy Pattern
#Object Oriented Programming design pattern
- Strategy Pattern
- Defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
Resources
Head First Design Pattern by Elisabeth Freeman and Kathy Sierra
↩︎