Design Pattern 21
- 責任鏈模式 - Chain of Responsibility 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
- 簡單工廠模式 - Simple Factory Pattern
- 建造者模式 - Builder Pattern
- 原型模式 - Prototype Pattern
- 單例模式 - Singleton Pattern
- 物件之間的關係 - Relationship between Objects