Strategy pattern is useful when we want our application to be flexible. Made up of strategy and context.

Source code : https://github.com/Tonyzorz/DesignPatterns/tree/master/bin/behavior/strategy

'디자인 패턴' 카테고리의 다른 글

Builder Design Pattern  (0) 2020.02.25
Abstract Factory Design Pattern  (0) 2020.02.24
Factory Design Pattern  (0) 2020.02.22
Singleton Pattern  (0) 2020.02.19

+ Recent posts