Design Patterns: Strategy

Define multiple algorithms and let client application pass the algorithm to be used as a parameter.

See:

Related topics:

  • Design Patterns: Strategy—Define multiple algorithms and let client application pass the algorithm to be used as a parameter.