GoF Design Pattern 정리
생성 패턴 (Creational Patterns)
패턴 | 소스 코드 |
---|---|
Singleton | SingletonPattern |
Factory Method | FactoryMethodPattern |
Abstract Factory | abstractfactoryPattern |
Prototype | PrototypePattern |
Builder - 1 | BuilderPattern_1 |
Builder - 2 | BuilderPattern_2 |
구조패턴 (Structural Patterns)
패턴 | 소스 코드 |
---|---|
Proxy | ProxyPattern |
Decorator | DecoratorPattern |
flyweight | flyweightPattern |
Bridge | BridgePattern |
Composite | CompositePattern |
Adapter | AdapterPattern |
Facade | PacadePattern |
행위 패턴 (Behavioral Patterns)
패턴 | 소스 코드 |
---|---|
Strategy | StrategyPattern |
Observer | ObserverPattern |
Template Method | TemplatePattern |
Interpreter Pattern | InterPreterPattern |
Chain of Responsibility | ChainOfResponsibility |
Command | CommandPattern |
Iterator | IteratorPattern |
Mediator | MediatorPattern |
Memento | MementoPattern |
Visitor | VisitorPattern |
State | StatePattern |
REF
This post is licensed under CC BY 4.0 by the author.