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.

1

Resources

  1. Head First Design Pattern by Elisabeth Freeman and Kathy Sierra

    ↩︎