CSC/ECE 517 Fall 2010/ch3 3h ss

From Expertiza_Wiki
Revision as of 00:17, 6 October 2010 by Srstarr (talk | contribs)
Jump to navigation Jump to search

The Strategy pattern in static and dynamic languages

The Strategy pattern is a common design pattern that defines algorithms into familial groupings. It encapsulates the individual algorithms and makes those algorithms interchangeable. Strategy allows the algorithms to differ autonomously from the clients who use them.