Design Pattern 34
- 責任鏈模式 - Chain of Responsibility Pattern
- 迭代器模式 - Iterator Pattern
- 命令模式 - Command Pattern
- 組合模式 - Composite Pattern
- 橋接模式 - Bridge Pattern
- 享元模式 - Flyweight Pattern
- 外觀模式 - Facade Pattern
- 訪問者模式 - Visitor Pattern
- 觀察者模式 - Observer Pattern
- 狀態模式 - State Pattern
- 備忘錄模式 - Memento Pattern
- 策略模式 - Strategy Pattern
- 代理模式 - Proxy Pattern
- 裝飾器模式 - Decorator Pattern
- 抽象工廠模式 - Abstract Factory Pattern
- 工廠方法模式 - Factory Method Pattern
- 雙重檢查鎖定模式 - Double-Checked Locking Pattern
- 中介者模式 - Mediator Pattern
- 簡單工廠模式 - Simple Factory Pattern
- 建造者模式 - Builder Pattern
- 原型模式 - Prototype Pattern
- 單例模式 - Singleton Pattern
- 模板方法模式 - Template Method Pattern
- 優先隊列模式 - Priority Queue Pattern
- 資源池模式 - Pool Pattern
- 管線模式 - Pipeline Pattern
- 參數物件模式 - Parameter Object Pattern
- 空物件模式 - Null Object Pattern
- 解釋器模式 - Interpreter Pattern
- 容錯模式 - Fault-Tolerant Pattern
- 限制容器模式 - Constrained Container Pattern
- Outline Design Pattern
- 物件之間的關係 - Relationship between Objects
- 模式模板 - Sample Pattern