Contents tagged with pattern
Strategy Design Pattern
The Strategy Design Pattern allows an object to have some or all of its behavior defined in terms of another object which follows a particular interface. A particular instance of this interface … Read more