设计模式系列

创建型模式

简单工厂模式 (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)

    原文作者:静默虚空
    原文地址: https://www.cnblogs.com/jingmoxukong/p/4228021.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞