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