继承 1.(依法承接财产或权利) inherit; succeed (to) 继承财产 inherit property; 继承遗产 heritage; the good traditions; 要求继承 claim the succession; 继承某人财产 inherit sb.'s property; 通过继承获得某物 receive sth. by inheritance; 他从父亲那里继承了一大笔财产。 he inherited a large fortune from his father.2.(继续前人未竟的事业) carry on; carry forward 继承革命事业 carry on the revolutionary cause; 继承优良传统 carry forward the good tradition; 继承法 inheritance act; law of succession; 继承归属原则 canon of inheritance; right of succession; 继承国 successor state; succeeding state
虚拟 1.(虚构的) invented; fictitious 这个故事是虚拟的。 this is a fictitious story.2.(假设的) suppositional; 虚拟语气 [语言学] subjunctive mood
继承权 right of succession; right of inheritance 剥夺继承权 disinherit sb.; 长子继承权 primogeniture; 对于王位的合法继承权有过一场争论。 there was a dispute about the rightful succession to the throne
继承人 heir; successor; inheritor; distributee 法定继承人 legitimate successor; heir at law; legal heir; 王位继承人 successor to the throne; 直系继承人 lineal successor
A derived class can stop virtual inheritance by declaring an override as sealed 派生类可以通过将重写声明为密封的来停止虚拟继承。
Will follow the rules of virtual inheritance , routing those calls to the implementation of 的调用将遵循虚拟继承的规则,即把这些调用传送到类c的
In addition , keep in mind that virtually inherited objects have base pointers to address base objects 另外,永远不要忘记,虚拟继承的对象有指向基对象的基指针。
A virtual inherited property can be overridden in a derived class by including a property declaration that uses the 修饰符的属性声明,可在派生类中重写虚拟继承属性。
Specifies the most general representation of a pointer to a member of a class to be one that uses virtual inheritance 指定指向类成员的指针的最通用表示形式为使用虚拟继承的表示形式。
Hence , construction of virtually inherited objects in shared memory should be avoided for the assumed c object model 因此,假如使用c + +对象模型,要避免在共享内存中构造虚拟继承的对象。
Via the pointer of type c you will remember that c is virtually derived from a , the base sub - object pointer from within the shared object is read 时(您会记得c虚拟继承自a ) ,共享对象内的基子对象( base sub - object )指针会被读取。
For instance , microsoft compiler uses process - neutral offsets to address base objects for virtually inherited classes : thus , this issue does not arise 例如, microsoft compiler使用进程无关的偏移量来为虚拟继承类指定基对象,因而不存在这个问题。