[Design Pattern] abstract factory pattern
Design Patterns 2020. 11. 9. 22:15[Design Pattern] abstract factory pattern
[Design Pattern] abstract factory pattern abstract factory pattern(추상팩토리패턴) 추상팩토리 패턴은 많은 수의 연관된 서브 클래스를 특정 그룹으로 묶어 한번에 교체할 수 있도록 만든 디자인패턴입니다..
beomseok95.tistory.com
refactoring.guru/design-patterns/abstract-factory
Abstract Factory
Solution The first thing the Abstract Factory pattern suggests is to explicitly declare interfaces for each distinct product of the product family (e.g., chair, sofa or coffee table). Then you can make all variants of products follow those interfaces. For
refactoring.guru
'Design Patterns ' 카테고리의 다른 글
State Pattern (0) | 2021.10.18 |
---|---|
Proxy Pattern (구조패턴 : 프록시패턴) (0) | 2019.02.28 |
Decorator Pattern 실전 (0) | 2011.10.10 |
Decorator Pattern 워밍업 (0) | 2011.10.10 |
Observer Pattern in Java Convert to AS3 (0) | 2011.10.09 |