 |
Strategy Design Pattern in .Net - CodeProject
Strategy design pattern falls under the category of Behavioral Design Pattern. In this pattern, we capture abstraction in an Interface or Abstract class called Strategy Base, and we bury implementation details of algorithms in concrete classes called Conc
www.codeproject.com |
 |