Design Patterns: Strategy

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

See:

Related topics: click to collapse contents

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

loading