二十三种设计模式 罗列
1、工厂方法模式(Factory Method)
2、抽象工厂模式(Abstract Factory)
3、单例模式(Singleton)
4、建造者模式(Builder)
5、原型模式(ProtoType)
6、适配器模式(Adapter)
7、装饰模式(Decorator)
8、代理模式(Proxy)
9、外观模式(Facade)
10、桥接模式(Bridge)
11、组合模式(Composite)
12、享元模式(FlyWeight)
13、策略模式(Strategy)
14、模板方法模式(Template Method)
15、观察者模式(Observer)
16、迭代子模式(Iterator)
17、责任链模式(Chain of Responsibility)
18、命令模式(Command)
19、备忘录模式(Memento)
20、状态模式(State)
21、访问者模式(Visitor)
22、中介者模式(Mediator)
23、解析器模式(Interpreter)