DesignPattern
-
[Design Pattern]디자인패턴 이해하기(Kotlin)DesignPattern/GoF 2020. 11. 26. 18:16
Design Pattern Category1. Creational PatternAbstract Factory ✅Builder ✅Factory Method ✅Object PoolPrototype ✅Singleton ✅2. Structural PatternAdapter ✅Bridge ✅Composite ✅Decorator ✅FacadeFlyweightPrivate Class DataProxy3. Behavioral PatternChain of responsibilityCommandInterpreterMediatorMementoNull ObjectObserverStateStrategy ✅Template Method ✅Visitor 기본 개념Abstract class vs InterfaceAbstract Cla..