设计模式总览

Posted 技术新高度

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设计模式总览相关的知识,希望对你有一定的参考价值。

  • 创建型

  1. 单例(Singleton)

  2. 工厂方法(Factory Method)

  3. 抽象工厂(Abstract Factory)

  4. 构造者(Builder)

  5. 原型模式 (Prototype)

  • 结构型

  1. 外观(Facade)

  2. 适配器(Adapter)

  3. 装饰者(Decorator)

  4. 组合模式(Composite)

  5. 桥接模式(Bridge)

  6. 代理模式(Proxy)

  7. 享元模式(Flyweight)

  • 行为型

  1. 责任链模式(Chain of Responsible)

  2. 命令模式(Command)

  3. 观察者模式(Observer)

  4. 解释器模式(Interpreter)

  5. 中介者模式(Mediator)

  6. 迭代器模式(Iterator)

  7. 备忘录模式(Memento)

  8. 状态模式(State)

  9. 策略模式(Strategy)

  10. 模板方法(Template Method)

  11. 访问者模式(Visitor)

以上是关于设计模式总览的主要内容,如果未能解决你的问题,请参考以下文章

100设计模式总结--总览

设计模式总览

设计模式-总览

设计模式思维导图总览

图解设计模式总览

[设计模式]总览