 |
Strategy Design Pattern in C++ - Design Patterns & Refactoring
Strategy design pattern C++ example. Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from the clients that use it. ... Back to Strategy description Strategy design pattern
sourcemaking.com |
 |