二十三种经典设计模式用例
对各个设计模式的理解也会同步在博客园中发布。
1-工厂方法(Factory Method)
2-抽象工厂(Abstract Factory)
3-生成器(Builder)
4-原型(Prototype)
5-单件(Singleton)
6-适配器(Adapter)
7-桥接(Bridge)
8-组合(Composite)
9-装饰(Decorator)
10-外观(Facade)
11-享元(Flyweight)
12-代理(Proxy)
13-职责链(Chain Of Responsibility)
14-命令(Command)
15-解释器(Interpreter))
16-迭代器(Iterator)
17-中介者(Mediator)
18-备忘录(Memento)
19-观察者(OBServer)
20-状态(State)
21-策略(Strategy)
22-模板方法(Template Method)
23-访问者(Visitor)