天天看點

設計模式系列建立型模式 結構型模式 行為型模式

建立型模式

簡單工廠模式 (Simple Factory Pattern) 單例模式 (Singleton Pattern) 工廠方法模式 (Factory Method Pattern) 抽象工廠模式 (Abstract Factory Pattern) 建造者模式 (Builder Pattern) 原型模式 (Prototype Pattern) 建立型模式總結

結構型模式

擴充卡模式

(Adapter Pattern)

橋接模式

(Bridge Pattern)

裝飾者模式

(Decorator Pattern)

組合模式

(Composite Pattern) 

外觀模式

(Facade Pattern)

享元模式

(Flyweight Pattern)

代理模式

(Proxy Pattern)

結構型模式總結

行為型模式

模闆方法模式

(Template Method Pattern)

指令模式

(Command Pattern)

疊代器模式

(Iterator Pattern)

觀察者模式

(Observer Pattern)

解釋器模式

(Interpreter Pattern)

中介者模式

(Mediator Pattern)

職責鍊模式

(Chain of Responsibility Pattern)

備忘錄模式

(Memento Pattern)

政策模式

(Strategy Pattern)

通路者模式

(Visitor Pattern)

狀态模式

(State Pattern)

繼續閱讀