Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-cordier/design-pattern-strategy

GOF Strategy bevioral pattern
https://github.com/a-cordier/design-pattern-strategy

Last synced: 14 days ago
JSON representation

GOF Strategy bevioral pattern

Awesome Lists containing this project

README

        

### Strategy pattern

#### A behavioral pattern

Enables an algorithm's behavior to be selected at runtime.

Source code stems from the following UML diagram:

![alt text](design-pattern-strategy.png "Design Pattern Strategy ")