您的位置:首页 > 其它

大家一起学面向对象设计模式系列 索引贴

2009-03-13 10:42 381 查看

大家一起学面向对象设计模式系列目录(更新中)

【PartⅠ】:开篇

Chapter 01 本系列介绍

Chapter 02 软件设计的基本原则

【PartⅡ】:创建型模式(Creational Patterns)

Chapter 03 抽象工厂(Abstract Factory)

Chapter 04 建造者(Builder)

Chapter 05 工厂方法(Factory Method)

Chapter 06 原型(Prototype)

Chapter 07 单子(Singleton)

【PartⅢ】:结构型模式(Structural Patterns)

Chapter 08 适配器(Adapter)

Chapter 09 桥接(Bridge)

Chapter 10 组合(Composite)

Chapter 11 装饰者(Decorator)

Chapter 12 外观(Facade)

Chapter 13 享元(Flyweight)

Chapter 14 代理(Proxy)

【PartⅣ】:行为型模式(Behavioral Patterns)

Chapter 15 责任链(Chain of Responsibility)

Chapter 16 命令(Command)

Chapter 17 解释器(Interpreter)

Chapter 18 迭代器(Iterator)

Chapter 19 中介者(Mediator)

Chapter 20 备忘录(Memento)

Chapter 21 观察者(Observer)

Chapter 22 状态(State)

Chapter 23 策略(Strategy)

Chapter 24 模板方法(Template Method)

Chapter 25 访问者(Visitor)

【PartⅤ】:总结与附录

Chapter 26 本系列总结

Chapter 27 附录--61条面向对象设计的经验原则

Welcome to share your idea,thank you!欢迎分享您的想法,谢谢!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐