博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
设计模式概论
阅读量:5335 次
发布时间:2019-06-15

本文共 801 字,大约阅读时间需要 2 分钟。

由于性子急,翠花上菜:

设计模式分类:创建模式、结构模式与行为模式

创建模式:

  (Factory)

  (Signleton)
  (Builder)
  原型模式(Prototype)

结构模式: 

  适配器模式(Adapter):Match interfaces of different classes

  合成模式(Composite):A tree structure of simple and composite objects
  装饰模式(Decorator):Add responsibilities to objects dynamically
  代理模式(Proxy):An object representing another object
  享元模式(Flyweight):A fine-grained instance used for efficient sharing
  门面模式(Facade):A single class that represents an entire subsystem
  桥接模式(Bridge):Separates an object interface from its implementation

行为模式:

  模板(Template)

  策略(Strategy)
  状态(State)
  观察(Observer)
  备忘(Memento)
  中介(Mediator)
  命令(Commond)
  参观(Visitor)
  职责链(Chain of Responsibility)
  迭代(Iterator)
  解释器(Interpreter)

 后续分析各模式的要点,敬请关注,谢谢!

转载于:https://www.cnblogs.com/wenrenhua08/p/3928598.html

你可能感兴趣的文章
《黑客与画家》 读书笔记
查看>>
bzoj4407: 于神之怒加强版
查看>>
mysql统计一张表中条目个数的方法
查看>>
ArcGIS多面体(multipatch)解析——引
查看>>
css3渐变画斜线 demo
查看>>
JS性能DOM优化
查看>>
设计模式 单例模式 使用模板及智能指针
查看>>
c#的const可以用于引用类型吗
查看>>
手动实现二值化
查看>>
What Linux bind mounts are really doing
查看>>
linux top命令详解
查看>>
博弈论小结
查看>>
模拟Post登陆带验证码的网站
查看>>
NYOJ458 - 小光棍数
查看>>
java中常用方法
查看>>
【Programming Clip】06、07年清华计算机考研上机试题解答(个别测试用例无法通过)...
查看>>
canvas动画
查看>>
4,7周围玩家
查看>>
关于webpack升级过后不能打包的问题;
查看>>
vue - 生命周期
查看>>