• This is base class, with a number of derived classes.

    一个多个派生类。

    youdao

  • PHP also gives you the get_called_class, which you will use heavily because many of the design patterns you'll implement require the class name of derived classes.

    PHP提供了get _ called _ class大量使用因为实现设计模式常常会需要衍生

    youdao

  • youdao

  • Founder mutations are a class of disease-causing genetic mutations, each derived from its own ancestral "founder" in whom the mutation originated.

    创始者突变一类引起疾病基因突变,一种源自自身祖先的“创始者”。

    youdao

  • Another use of abstract classes is to create a single base class for multiple derived classes in which that base class should never be instantiated.

    抽象另一个用途多个派生创建这些派生类中,基类决不会实例化。

    youdao

  • To use an extension, you directly create an object of the extension subclass, which can then use, add, or override features to the parent class it is derived from.

    使用扩展应该直接创建一个扩展子类对象然后使用、添加或者重写特性(其中衍生的)。

    youdao

  • This is similar to an abstract class where some of the code is left to the programmer to implement in a derived class -- or, in this case, a derived aspect.

    一个抽象一些编码留给编程人员,编程人员使用它导出的类中执行或者在一个导出的方面中执行。

    youdao

  • Marking the base class as "private" allowed the derived class to inherit from it without actually becoming one of them.

    标记私有允许派生基类继承而而无需实际成为 一个基类。

    youdao

  • The size of a derived class is the size of the base class plus the additional members defined by a derived instance (and any extra space required for alignment, as discussed earlier).

    派生大小等于基加上派生实例定义其他成员以及对齐所必需任何额外空间前所述)的大小。

    youdao

  • From time to time, a class contains a core element of data from which the rest of the class's fields can be derived or retrieved.

    很多情况下,中包含一个核心数据元素通过可以派生找到类中的其他字段

    youdao

  • You create a class derived from org.eclipse.jdt.core.dom.ASTVisitor and pass an instance of it to node's method accept .

    然后创建一个or g . eclipse . jdt . core . dom . ASTVisitor派生,将该类实例传递节点方法accept

    youdao

  • I just introduce a new derived class to Person, which is of the same package as the other classes thus far. Not surprisingly, I'll call this class Employee, shown in Listing 2.

    只是Person引入一个新的派生这个目前涉及到其他同一个中。

    youdao

  • It also defines a Struct class for defining arbitrary data aggregations, and the special class any which can be used to represent any built-in or derived type and thus is the basis of dynamic typing.

    定义一个struct用来定义任意数据聚合,此外,定义了特殊any可以用来表示任何内置导出类型因而它也就成了动态类型化(dynamic typing)的基础

    youdao

  • PeriodicThread is the base class from which worker threads in the set of cooperating threads must be derived.

    PeriodicThread派生出协作线程中的worker线程。

    youdao

  • The basic rules of the JVM are still at work: derived classes of Person have to pass something up to the base class when constructed, regardless of what the language insists.

    JVM基本规则依然有效Person继承构造传递某些内容,而不管语言强调的是什么

    youdao

  • Since the name of the table class is derived from the name of the application handler, this is not too difficult.

    因为名称源于应用处理程序的名称,所以并不太难

    youdao

  • The derived classes have the same dynamic class attributes of the base class.

    派生具有相同动态属性

    youdao

  • You can now view attributes, operations, flow ports and ports inherited from super blocks on block definition and internal block diagrams and features dialog of the derived class.

    现在可以定义内部以及特性对话上层快中,查看属性操作流程图

    youdao

  • Is a class (or struct) that implements a more-derived interface also required to state in its base type list that it is implementing all of those less-derived interfaces?

    实现了派生程度较高的接口class或者struct必须类型列表声明实现那些派生程度较低接口吗?

    youdao

  • All derived entity classes and the session class inherit the common code of the create and find methods from the BOBase class.

    所有派生实体会话都继承bobase类createfind方法公共代码

    youdao

  • 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类包含附加特性设计的。

    youdao

  • The parts of Person that are stored in Employee aren't "sliced off," as can happen in a regular SQL query that fails to join every derived subclass table in a table-per-class model.

    存储Employee中的Person部分不会被“”,而定期SQL查询未能成功地将派生子类表加入到table - per - class模型中时,这种被“切掉”的现象就发生。

    youdao

  • 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.

    因为我们可以通过能给发送消息知道这个,所以意味着衍生和基属于同种类型

    youdao

  • Dynamic casts are needed when we have a reference or pointer to a base class but need to perform operations from the derived class that are not part of the base class.

    具有引用指针需要执行不是基类组成部分派生操作时候,需要动态强制类型转换

    youdao

  • The next section of code is where the actual test class (derived from our CustomerManagerContext above) implements the auxiliary and test methods.

    下面一部分代码实际测试(继承了上面CustomerManagerContext类),实现了一些辅助方法测试方法。

    youdao

  • When we construct, copy, assign, or destroy an object of derived type, we also construct, copy, assign, or destroy those base-class subobjects.

    构造拷贝撤销一个派生对象时,要构造、拷贝、赋值或撤销那些基类子对象

    youdao

  • 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.

    但是也会发现有时候你很明显必须去给衍生增加新的方法

    youdao

  • The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.

    方法功能受支持,而必须派生中实现

    youdao

  • In inheritance, the derived class receives the base class member variables and methods. This means that an order of inheritance must be followed during the construction of an object.

    继承中,派生接受成员变量方法表示继承顺序必须对象构造的时候遵守

    youdao

  • In inheritance, the derived class receives the base class member variables and methods. This means that an order of inheritance must be followed during the construction of an object.

    继承中,派生接受成员变量方法表示继承顺序必须对象构造的时候遵守

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定