- 팩토리 패턴(Factory)
- 싱글턴 패턴(Singleton)
- 팩토리 메소드 패턴(Factory Method)
- 추상 팩토리 패턴(Abstact Factory)
- 빌더 패턴(Builder)
- 프로토타입 패턴(Prototype)
- 어댑터 패턴(Adapter)
- 브리지 패턴(Bridge)
- 복합체 패턴(Composite)
- 장식자 패턴(Decorator)
- 파사드 패턴(Facade)
- 플라이웨이트 패턴(Flyweight)
- 프록시 패턴(Proxy)
- 반복자 패턴(Iterator)
- 명령 패턴(Command)
- 방문자 패턴(Visitor)
- 체인 패턴(Chain of responsibility)
- 관찰자 패턴(Observer)
- 중재자 패턴(Mediator)
- 상태 패턴(State)
- 메멘토 패턴(Memento)
- 팀플릿 메소드 패턴(Template Method)
- 전략 패턴(Strategy)
- 인터프리터 패턴(Interpreter)
- Mordern C++ language.
- Include related example.