Design Patterns 目录

Design Patterns   目录
1 创建模式
1.1 Factory
1.2 Prototype
1.3 Builder
1.4 Singleton
2 结构模式
2.1 Facade
2.2 Proxy
2.3 Adapter
2.4 Composite
2.5 Decorator
2.6 Bridge
2.7 Flyweight
3 行为模式
3.1 Template
3.2 Memento
3.3 Observer
3.4 Chain of Responsibility
3.5 Command
3.6 State
3.7 Strategy
3.8 Mediator
3.9 Interpreter
3.10  Visitor
感谢  chjavach
每种解决方案自身都是完备而独立的

你可能感兴趣的:(prototype)