Strategy pattern definition

Search

Strategy pattern

Strategy pattern logo #21000 In computer programming, the strategy pattern (also known as the policy pattern) is a software design pattern that enables an algorithm`s behavior to be selected at runtime. The strategy pattern Strategy lets the algorithm vary independently from clients that use it. Strategy is one of the patterns included in the influential book Design Patterns....
Found on http://en.wikipedia.org/wiki/Strategy_pattern
No exact match found.