Dezign Patterns

Strategy Design Pattern

The Strategy Pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. The Strategy Pattern lets the algorithm vary independently from the clients that use it.