| 1. | Declares virtual inheritance 声明虚拟继承 |
| 2. | A derived class can stop virtual inheritance by declaring an override as sealed 派生类可以通过将重写声明为密封的来停止虚拟继承。 |
| 3. | Will follow the rules of virtual inheritance , routing those calls to the implementation of 的调用将遵循虚拟继承的规则,即把这些调用传送到类c的 |
| 4. | In addition , keep in mind that virtually inherited objects have base pointers to address base objects 另外,永远不要忘记,虚拟继承的对象有指向基对象的基指针。 |
| 5. | A virtual inherited property can be overridden in a derived class by including a property declaration that uses the 修饰符的属性声明,可在派生类中重写虚拟继承属性。 |
| 6. | Specifies the most general representation of a pointer to a member of a class to be one that uses virtual inheritance 指定指向类成员的指针的最通用表示形式为使用虚拟继承的表示形式。 |
| 7. | Hence , construction of virtually inherited objects in shared memory should be avoided for the assumed c object model 因此,假如使用c + +对象模型,要避免在共享内存中构造虚拟继承的对象。 |
| 8. | 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 )指针会被读取。 |
| 9. | For instance , microsoft compiler uses process - neutral offsets to address base objects for virtually inherited classes : thus , this issue does not arise 例如, microsoft compiler使用进程无关的偏移量来为虚拟继承类指定基对象,因而不存在这个问题。 |