創(chuàng)建型:
- 抽象工廠模式(Abstract Factory)
- 構(gòu)建者模式(Builder)
- 工廠方法模式(Factory Method)
- 原型模式(Prototype)
- 單列模式(Singleton)
結(jié)構(gòu)型:
- 適配器模式(Adapter)
- 橋接模式(Bridge)
- 組合模式(Compositor)
- 裝飾著模式(Decorator)
- 外觀模式(Facade)
- 享元模式(Flyweight)
- 代理模式(Proxy)
行為:
- 職責鏈模式(Chian of Responsibility)
- 命名模式(Command)
- 解釋器模式(Interpreter)
- 迭代器模式(Iterator)
- 中介者模式(Mediator)
- 備忘錄模式(Memento)
- 觀察者模式(Observer)
- 狀態(tài)模式(State)
- 策略模式(Strategy)
- 模板方法模式(Template Method)
- 訪問者模式(Visitor)