例如,單例設計模式其它就不知道了?可以的話在給個例子描述一下
根據caozhy的提示,再整理一下
1. Memento(備忘錄)
2. Chain of Responsibility(責任鏈)
3. Observer(觀察者
4. Command(命令模式)
5. State(狀態模式)
6. Interpreter(解釋器
7. Strategy(策略模式)
8. Iterator(迭代子
9. Template Method(模板方法)
10. Mediator(仲裁者)
11. Visitor(訪問者)
12. adapter(適配器)
13. Proxy(代理)
14. Bridge(橋接)
15. Composite(組合)
16. Decorator(裝飾)
17. Facade(外觀)
18. Flyweight(享元)
19. Factory Method(工廠方法)
20. Abstract Factory(抽象工廠)
21. Builder(生成器)
22. Prototype(原型)
23. singleton(單例)