Posted on 2008-12-13 00:40
Herbert 閱讀(523)
評論(0) 編輯 收藏 引用 所屬分類:
設計模式
1、創建型
1.1 Factory 模式
1.2 AbstactFactory模式
1.3 Singleton 模式
1.4 Builder 模式
1.5 Prototype 模式
2、結構型
2.1 Bridge 模式
2.2 Adapter 模式
2.3 Decorator 模式
2.4 Composite 模式
2.5 Flyweight 模式
2.6 Facade 模式
2.7 Proxy 模式
3、行為模式
3.1 Template 模式
3.2 Strategy 模式
3.3 State 模式
3.4 Observer 模式
3.5 Memento 模式
3.6 Mediator 模式
3.7 Command 模式
3.8 Visitor 模式
3.9 Chain of Responsibility 模式
3.10 Iterator 模式
3.11 Interpreter 模式