其他分享
首页 > 其他分享> > 设计模式

设计模式

作者:互联网

23种设计模式

Singleton:单例模式

Prototype:原型模式

Factory Method:工厂方法模式

AbstractFactory:抽象工厂模式

Builder:建造者模式

Proxy:代理模式

Adapter:适配器模式

Bridge:桥接模式

Decorator:装饰模式

Facade:外观模式

Flyweight:享元模式

Composite:组合模式

TemplateMethod:模板方法模式

Strategy:策略模式

Command:命令模式

Chain of Responsibility:责任链模式

State:状态模式

Observer:观察者模式

Mediator:中介者模式

Iterator:迭代器模式

Visitor:访问者模式

Memento:备忘录模式

Interpreter:解释器模式

标签:享元,桥接,适配器,模式,工厂,设计模式
来源: https://www.cnblogs.com/masterle/p/15655966.html