设计模式

创建型模式
     工厂模式(Factory)
     建造模式(Builder)
     工厂方法模式(Factory Method)
     原始模型模式(Prototype)
     单例模式(Singleton)
结构型模式
     适配器(Adapter)
     桥梁模式(Bridge)
     合成模式(Composite)
     装饰模式(Decorator)
     门面模式(Facade)
     享元模式(Flyweight)
     代理模式(Proxy)
行为模式
     责任链模式(Chain Of Responsibleity)
     命令模式(Command)
     解释器模式(Interpreter)
     迭代子模式(Iterator)
     调停者模式(Mediator)
     备忘录模式(Memento)
     观察者模式(Observer)
     状态模式(State)
     策略模式(Strategy)
     模板方法(Template Method)
     访问者模式(Visitor)


你可能感兴趣的:(设计模式)