稳重水池

文章
10
资源
0
加入时间
2年10月21天

设计模式(Design Pattern)设计模式(Design Pattern)

设计模式(Design Pattern)使用设计模式可以有效的提高开发效率和软件的健壮性等特性。设计模式可以分为下面几类:结构型模式行为类模式创建型模式设计模式有很多种,本文会给出一些有代表性的设计模式。结构型模式:Adapter 适配器模式Decorator 装饰器模式Façade 外观模式Proxy 代理模式行为类模式:Strategy 策略模式Template Method 模板模式Iterator 迭代器模式Observer 观察者模式Visitor 访问者