派生类 - 翻译成英语

derived class
derived classes

在 中文 中使用 派生类 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
另外,绑定派生类不会专门化其从其它地方继承的方法。
In addition, binding descendent classes does not specialize their methods that are inherited from elsewhere.
多重继承是从多于一个直接基类派生类的能力。
Multiple inheritance is the ability for a class to directly inherit from more than one base class.
受保护成员访问组成派生类的接口(与类的公开接口有别)。
Protected members form the interface for the derived classes(which is distinct from the public interface of the class)..
派生类可以添加新的成员,但不能除去已经继承的成员的定义。
Can shadow inherited type members, but it cannot remove the definition of an inherited type member.
派生类中的重载方法实际上可能想要扩展而非简单地替换同名的基类方法。
An overriding method in a derived class may in fact want to extend rather than simply replace the base class method of the same name.
它还定义派生类必须自行实现的那些方法。
It also defines those methods that the derived class must implement on its own.
(1)C中,派生类只能从一个类中继承。
In C, derived classes can inherit from one base class only.
派生类可以访问基类中所有的非私有成员。
The derived class can access all the non-private members of its base class..
Dialectizer是BaseHTMLProcessor的简单(和拙劣)的派生类
Dialectizer is a simple(and silly) descendant of BaseHTMLProcessor.
说明,基类构造期间virtual函数绝不会下降到派生类阶层。
During base class construction, virtual functions never go down into derived classes.
派生类能够在继承基类的基础上添加新的成员,但是它不能移除继承成员的定义。
A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
示例下面的代码示例使用派生类TextBox并验证用户输入的电子邮件地址。
The following code example uses the derived class Text Box and validates an e-mail address that the user enters.
派生类必须能通过基类的接口而被使用,且使用者无须了解两者之间的差异。
Derived classes must be useful through the base class interface, without the need for the user to know the difference.
派生类可以添加新的成员,但不能除去已经继承的成员的定义。
A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
组成指向受保护成员的指针时,必须在其声明中使用派生类:.
When a pointer to a protected member is formed, it must use a derived class in its declaration.
派生类(后代)将覆盖或扩展基类(祖先)的功能。
The derived classes(descendants) override or extend the functionality of base classes(ancestors).
保护继承(protecte):当一个类派生自保护基类时,基类的公有和保护成员将成为派生类的保护成员.
Protected Inheritance: When deriving from a protected base class, public and protected members of the base class become protected members of the derived class.
类类型支持继承,继承是一种机制,它使派生类可以对基类进行扩展和专用化。
Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes..
Evaluate方法是一个虚抽象方法,意味着非抽象派生类必须重写该方法以提供具体的实现。
The Evaluate method is a virtual abstract method, meaning that non-abstract derived classes must override it to provide an actual implementation.
派生类只能继承其基类的所有构造函数,无法只继承特定的基础构造函数。
A deriving class can only inherit all the constructors of its base class, there is no way to inherit only specific base constructors.
结果: 61, 时间: 0.0261

单词翻译

顶级字典查询

中文 - 英语