首页 > 代码库 > Design Pattern 复习
Design Pattern 复习
1. Run-time binding v.s complile-time binding
2. Factory Method :defer instantiation to subclass,define only vitual function for creating a object in base class
Abstract Factory Method
Builder
Prototype
3. virtual function
4. private v.s public v.s static v.s protected
http://msdn.microsoft.com/zh-cn/library/st6sy9xe.aspx
http://msdn.microsoft.com/zh-cn/library/bcd5672a.aspx
http://www.cnblogs.com/sideandside/archive/2007/03/29/692559.html
5. Framework v.s Toolkit v.s Application
6.inheritance and delegation
7.Class v.s Abstract Class v.s Interface
8.Class Adapter v.c Object Adapter
9.Bridge
10.Composite
Design Pattern 复习
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。