Access to data fields inherited from a virtual base class is not supported.
不支持访问从虚拟基类继承的数据字段。
The derived class inherits more than one override of a virtual function of a virtual base class.
派生类继承虚拟基类的虚函数的多个重写。
Several foo methods of gtk.Widget (the base class for all PyGTK widgets) internally call the virtual methods do_foo.
Widget(所有pygtk部件的基类)的一些foo方法在内部调用虚方法do_foo。
A class containing (or inheriting) one or more pure virtual functions is an abstract base class.
类包含或者继承一个或多个纯虚函数,这样的类就是抽象基类。
Now Im going to call virtual function from constructor of Base class rather than member function.
现在,我米要调用基类的构造函数,而不是成员函数虚函数。
In a base class, abstract class is defined by declaring pure virtual function, a derived class must define all inherited pure virtual functions of its base classes to be concrete.
在基类中可以通过将虚函数声明为纯虚函数的手段来定义抽象类,强制派生类在自己的类定义中实现虚函数的具体功能。
A class member, method, field, property, or event, on a derived class that is overriding a virtual member of the base class can declare that member as sealed.
若类别成员、方法、栏位、属性或事件是位于覆写基底类别虚拟成员的衍生类别上,则可宣告为密封。
This effectively hides the virtual function in the base class.
这有效地隐藏了基类中的虚函数。
A function that is virtual in a base class is implicitly virtual in its derived classes. When a derived class overrides a virtual, the parameters in the base and derived classes must match exactly.
子对象多重继承自多个基类,每个基类都有虚函数,那么子类对象的内存布局是什么样的?
A function in a derived class attempted to override a virtual function in a base class, but the derived class function did not have the same return type as the base class function.
衍生类别中的函式试图覆写基底类别中的虚拟函式,但衍生类别函式没有与基底类别函式相同的传回型别。
If there is no use of the virtual key word, those sub instances of the derived class instance are basically perfectly normal instances of a base class.
如果没有使用的virtual关键字,这些子派生类实例的实例基本上是很正常的一个基类的实例。
When an abstract class inherits a virtual method from a base class, the abstract class can override the virtual method with an abstract method.
当抽象类从基类继承虚方法时,抽象类可以使用抽象方法重写该虚方法。
Member template functions cannot be virtual functions and cannot override virtual functions from a base class when they are declared with the same name as a base class virtual function.
当使用与基类虚函数相同的名称进行声明时,成员模板函数不能是虚函数并且不能从基类重写虚函数。
If the function was intended to be a static member function, rename it so it doesn't conflict with the base class virtual function.
如果函数用作静态成员函数,则重命名该函数,以便不与基类虚函数冲突。
If you inherit without virtual, it is like the base class instances are concatenated in order as described by the order of inheritance, at the 'start' of the instance.
如果你承受不virtual,就像基类实例连接的顺序描述的顺序继承,“开始”的实例。
A class function definition has the same name as a virtual function in a base class but not the same number or type of arguments.
类函数定义与基类中的虚函数同名,但参数的数目或类型不同。
A class function definition has the same name as a virtual function in a base class but not the same number or type of arguments.
类函数定义与基类中的虚函数同名,但参数的数目或类型不同。
应用推荐