您的位置:首页 > 其它

23个经典设计模式

2011-07-07 13:44 162 查看
Creational Patterns

--- Abstract Factory

--- Builder

--- Factory Method

--- Prototype

--- Singleton

Structural Patterns

--- Adapter

--- Bridge

--- Composite

--- Decorator

--- Facade

--- Flyweight

--- Proxy

Behavioral Patterns

--- Chain of Responsibility

--- Command

--- Interpreter

--- Iterator

--- Mediator

--- Memento

--- Observer

--- State

--- Strategy

--- Template Method

--- Visitor
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  设计模式