设计模式系列

设计模式 :

               设计模式分类

创建型模式 : 

               1、抽象工厂(Abstract Factory)

               2、工厂方法(Factory Method)

               3、生成器模式(Builder)

               4、原型模式(Prototype)

               5、单例模式(Singleton)

结构型模式 :

               1、适配器模式(Adapter)

               2、桥梁模式(Bridge)

               3、组合模式(Composite)

               4、装饰模式(Decorator)

               5、外观模式(Facade)

               6、亨元模式(FlyWeight)

               7、代理模式(Proxy)

行为型模式 :

               1、职责链模式(Chain Of Responsibi)

               2、命令模式(Command)

               3、解释器模式(InterPreter)

               4、迭代器模式(Iterator)

               5、中介者模式(Mediator)

               6、备忘录模式(Memento)

               7、观察者模式(Observer)

               8、状态模式(State)

               9、策略模式(Strategy)

               10、模版方法模式(Templte Method)

               11、访问者模式(Vistor)

posted @ 2015-05-25 11:41  刘彬  阅读(225)  评论(0编辑  收藏  举报