经典设计模式 GoF 23 | |||
| 创建型 | 结构型 | 行为型 |
类 | Factory Method 工厂模式 | Adapter Class | Interpreter |
Template Method | |||
对象 | Abstract Factory 抽象工厂模式 | Adapter Object 适配器模式 | Chain of Responsibility |
Builder 建造者模式 | Bridge 桥接模式 | Command | |
Prototype 原型模式 | Composite | Iterator 适配器模式 | |
Singleton 单例模式 | Decorator 装饰模式 | Mediator | |
Facade | Memento | ||
Flyweight | Observer 观察者模式 | ||
Proxy 代理模式 | State | ||
Strategy 策略模式 | |||
Visitor 访问者模式 |
转载于:https://my.oschina.net/u/3415127/blog/876148