在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

virtual inheritance

查词链接:https://www.dute.org/dict/Virtual_inheritance复制链接
虚继承(虚继承是面向对象编程中的一种技术,指基类成员数据实例共享给从该基类直接或间接派生的其他类)
查看英英释义
abstract:
Virtual inheritance is a technique used in object-oriented programming, where a particular base class in an inheritance hierarchy is declared to share its member data instances with any other inclusions of that same base in further derived classes. For example, if class A is normally (non-virtually) derived from class X (assumed to contain data members), and class B likewise, and class C inherits from both classes A and B, it will contain two sets of the data members associated with class X (accessible independently, often with suitable disambiguating qualifiers).

网络释义
虚继承
另外,还支持虚继承(virtual inheritance)。在虚继承中,只有一个基类的实例会被保存,而不管这个类在继承链中被继承了多少次。
虚拟继承
为了做到这一点,你要让从它直接继承的所有的 claes(类)使用 virtual inheritance(虚拟继承):cla File { ..
虚继承关系类
...长度随类的定义与否、类的继承种类和关系而变,从无继承关系类(Test3)的4字节(32位)到有虚继承关系类(Virtual Inheritance)(Test4)的12字节(96位),仅有说明(declaration)没有定义的类(Test)因为与其有关的一些信息不明确成员函数指针最长为16字节...
常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...