阅读背景:

接口继承和实现继承

来源:互联网 
C++箴言:接口继承和实现继承  (public) inheritance 这个表面上简单易懂的观念,一旦被近距离审视,就会被证明是由两个相互独立的部分组成的:inheritance of function interfaces(函数接口的继承)和 inheritance of function implementations(函数实现的继承)。这两种 inheritance 之间的差异正好符合本书 Introduction 中论述的 function declarations(函数声明)和 function definitions(函数定义)之间的差异。  (public) inheritance 这个表面上简单易懂的观


你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: