It calls a method in a derived class.
它调用了它派生类中的方法。
A derived class inherits properties from a base class.
一个有源的基类中继承属性。
Create a derived class inherited from the predefined grammar class.
创建一个从预定义grammar类继承而来的派生类。
Now the constructor can be correctly inherited by a derived class.
现在构造器可以正确的通过继承而得到一个子类。
How do I write the move assignment function for this derived class?
我怎样为这个派生类编写移动赋值函数?
There is no automatic conversion from the base class to a derived class.
从基类到派生类的自动转换是不存在的。
At this point, you will want to link your dialog bar to your derived class.
在这一点上,你会希望你的对话框栏连接到您的派生类。
When overridden in a derived class, sets the encoder back to its initial state.
在派生类中重写时,将编码器设置回它的初始状态。
I have a base class. How do I call the right method for the right derived class?
我有一个基类。我怎么叫正确的派生类的正确方法?
Suppose you have a derived class D whose base class B has implemented some interfaces.
假设有个类型D,它的基类B实现了某些接口。
What is the right way for an object to have a collection of a QObject derived class?
一个对象有一个派生类,一个好的正确的方式是什么?
C + + : Bad Form to Call Base Class Asssignment Operator in Derived Class Constructor?
在派生类的构造函数调用基类指派算子不好?
In this article, I will show you how to employ a CStatic derived class to show Animation GIF.
在这篇文章中,我将告诉你如何聘请静态控件派生类的GIF动画显示。
Setting them again for each derived class is a waste, since they would be available anyway by inheritance.
为每个派生类再次设置这些属性是一种浪费,因为通过继承它们就会拥有这些属性。
When overridden in a derived class, gets the value indicating whether this group is the default group.
在派生类中重写后,获取一个值,该值指示组是否是默认组。
As a result, you can exactly substitute an object of the derived class for an object of the base class.
结果是你可以用衍生类的对象替代基类的对象。
This derived class is also an Authority Service implementation that directs data and meta data requests to itself.
这个衍生而来的类同时也是一个可以把数据和元数据请求定向到自身的中心服务实现。
Marking the base class as "private" allowed the derived class to inherit from it without actually becoming one of them.
将基类标记为 “私有”允许派生类从该基类继承而来,而无需实际成为 一个基类。
If a class method is called for a derived class, the derived class object is passed as the implied first argument.
如一个类方法被派生类调用,派生类对象将被隐含的做为第一个参数传递。
The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.
此方法的功能在基类中不受支持,而必须在派生类中实现。
However, when we compare two derived objects, we want to compare data members that might be particular to that derived class.
但是,当比较两个派生类对象的时候,我们希望比较可能特定于派生类的数据成员。
Since this interface is tied directly to the toolbox, it's handy to just implement this interface in the TreeView-derived class.
由于该接口被直接绑定到工具箱,所以在派生自TreeView的类中实现该接口十分方便。
But you'll find that there are times when it's equally clear that you must add new functions to the interface of a derived class.
但是你也会发现有时候你很明显的必须去给衍生类增加新的方法。
When the function is called through a derived object, the arguments must match a version of the function defined in the derived class.
当调用派生对象的函数时,实参必须和派生类中函数定义相互匹配。
Since both the base class and derived class have the same interface, there must be some implementation to go along with that interface.
因为基类和衍生类拥有相同的接口,因此这个接口必须要有必要的实现。
Since we know the type of a class by the messages we can send to it, this means that the derived class is the same type as the base class.
因为我们可以通过能给类发送的消息知道这个类,所以这意味着衍生类和基类属于同种类型。
If you simply inherit a class and don't do anything else, the methods from the base-class interface come right along into the derived class.
如果你只是简单的继承一个类而不做其他的事情,那么这个基类的方法便会顺延到衍生类中。
That means objects of the derived class have not only the same type, they also have the same behavior, which doesn't seem particularly interesting.
这意味着基类和衍生类拥有相同的类型和行为,这是没有意义的。
An extension for ext JS is a derived class or a subclass, which is designed to allow the inclusion of additional features to existing ext JS classes.
ExtJS的扩展是从类或者子类衍生出来的,为支持现有Ext JS类包含附加特性而设计的。
An extension for ext JS is a derived class or a subclass, which is designed to allow the inclusion of additional features to existing ext JS classes.
ExtJS的扩展是从类或者子类衍生出来的,为支持现有Ext JS类包含附加特性而设计的。
应用推荐