设计模式
- 外观模式——Facade
- 适配器模式——Adapter
- 单例模式——Singleton
- 工厂方法模式——Factory Method
- 抽象工厂模式——Abstract Factory
- 生成器模式——Builder
- 原型模式——Prototype
- 中介者模式——Mediator
- 代理模式——Proxy
- 观察者模式——Observer
- 命令模式——Command
- 迭代器模式——Iterator
- 组合模式——Composite
- 模板方法模式——Template Method
- 策略模式——Strategy
- 状态模式——State
- 备忘录模式——Memento
- 享元模式——Flyweight
- 解释器模式——Interpreter
- 装饰模式——Decorator
- 责任链模式——Chain of Responsibility
- 桥接模式——Bridge
- 访问者模式——Visitor