设计模式总结(1)之设计模式分类

来源:互联网 发布:原材料价格查询软件 编辑:程序博客网 时间:2024/06/05 19:14

设计模式分类

1.创建型设计模式:

单例模式(Singleton)构建模式(Builder)原型模式(Prototype)抽象工厂模式(Abstract Factory)工厂方法模式(Factory Method)

2.行为型设计模式:

策略模式(Strategy)状态模式(State)责任链模式(Chain of Responsibility)解释器模式(Interpreter)命令模式(Command)观察者模式(Observer)

备忘录模式(Memento)迭代器模式(Iterator)模板方法模式(Template Method)访问者模式(Visitor)中介者模式(Mediator)

3.结构型设计模式:

装饰者模式(Decorator)代理模式(Proxy)组合模式(Composite)桥连接模式(Bridge)适配器模式(Adapter)蝇量模式(Flyweight)外观模式(Facade)

0 0
原创粉丝点击