OO Patterns
OO Patterns
OO Patterns
Strategy - defines a family of algorithms,
Strategy
encapsulates each one, and makes them
encapsulates each one, and makes them
interchangeable. Strategy lets the algorithm
interchangeable. Strategy lets the algorithm
vary independently from clients that use it.
vary independently from clients that use it.
vary