首页 > 其他 > 详细

Design Pattern 复习

时间:2014-12-02 15:28:54      阅读:199      评论:0      收藏:0      [点我收藏+]

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 复习

原文:http://my.oschina.net/smartman/blog/351388

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!