Strategy pattern
It's a behavioral pattern which turns possible changes in behavior accordingly to the chosen strategy. Structure Context The use of context is recommended so that the client does not need to know the implementation details of each strategy. It can f...
Jul 26, 20232 min read19