Related resources for Strategy interface
  • 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.