Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76696
  • 博文数量: 25
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2015-02-07 20:35
个人简介

Linux software developer, open source player (maybe).

文章分类

全部博文(25)

文章存档

2016年(1)

2015年(24)

我的朋友

分类: C/C++

2016-01-10 20:09:38


1) The logical conclusion of this line of thought is a system represented to users as a hierarchy of

abstract classes and implemented by a classical hierarchy. In other words:
  • Use abstract classes to support interface inheritance (§3.2.3, §20.1).
  • Use base classes with implementations of virtual functions to support implementation inheritance (§3.2.3, §20.1).

多重继承:
  • 使用抽象基类提供接口表示层;
  • 使用额外的基类及多态机制提供实现层;
阅读(1080) | 评论(0) | 转发(0) |
0

上一篇:CppGuiderlines

下一篇:没有了

给主人留下些什么吧!~~