CSC/ECE 517 Fall 2010/ch3 3h ss: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
The Strategy pattern in static and dynamic languages


The text book, Head First Design Patterns, gives the best definition of the Strategy design pattern:
== 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.

Revision as of 00:17, 6 October 2010

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.