Develop/Design Pattern
[Design Pattern] 디자인 패턴 (Design Patterns)
seungjoonH
2023. 10. 18. 20:19
1. GoF Design Patterns
생성 패턴 | 구조 패턴 | 행위 패턴 | |
---|---|---|---|
클래스 | Factory Method | Adaptor | Interpreter, Template |
객체 | Abstract Factory, Builder, Prototype, Singleton | Bridge, Composite, Decorator, Façade, Flyweight, Proxy | Chain of Responsibility, Command, Iterator, Mediator, Memento, Observer, State, Strategy, Visitor |
클래스 | 객체 | |
---|---|---|
생성패턴 | Factory Method | Abstract Factory, Builder, Prototype, Singleton |
구조패턴 | Adaptor | Bridge, Composite, Decorator, Façade, Flyweight, Proxy |
행위패턴 | Interpreter, Template | Chain of Responsibility, Command, Iterator, Mediator, Memento, Observer, State, Strategy, Visitor |
2. Other Design Patterns
728x90