Strategy

Home > Computer Science > Software Engineering > Software design patterns > Strategy

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.