Wednesday, September 23, 2015

Implementing the Strategy pattern

The Strategy pattern allows selection at run-time on specific algorithms for implementing a particular behaviour given a class of similar algorithms for that function.

No comments:

Post a Comment