Related resources for ConcreteStrategy
  • Strategy Pattern in .NET2/27/2019 12:47:11 AM. The Strategy design pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
  • Design Patterns (Strategy Pattern) Part - II10/4/2012 9:30:31 AM. Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it.