• Other languages would have to resort to Inheritance for this, ie. define the method in a class and force users to extend that.

    其他编程语言可能使用继承才能做到:比如定义方法强迫用户扩展这个方法。

    youdao

  • Discovering the entire inheritance tree structure from an existing system is particularly useful, because it helps you uncover what the top-level class is and what subclasses are in the tree.

    一个已存在系统中发现整个继承结构相当有用的因为揭露树中什么顶级以及什么是子类

    youdao

  • Anyway, this section talks about UML and class diagrams, inheritance, polymorphism, encapsulation... things they should have shown you in the beginning.

    总之部分讨论UML继承多态性封装…一些应该开头介绍东西

    youdao

  • Inheritance allows you to reuse and customize existing code inside a new class.

    继承允许新的重用自定义现有代码

    youdao

  • Perhaps what we need is a new inheritance phrase, IN-TERMS-OF, to describe the relationship between a trait and an implementing class.

    或许我们需要一种全新继承术语,用于描述特征实现之间关系

    youdao

  • Offering both an interface and an abstract class is redundant, but I find it convenient: in most cases, I only need the abstract class, but the interface enables multiple inheritance.

    同时提供接口抽象多余的,发现这样很方便大多数情况下,我需要抽象类,但接口支持继承性

    youdao

  • It is also important that you understand basic object-oriented paradigms, such as inheritance, class, interface, and so on.

    而且理解基本面向对象概念(继承接口)很重要

    youdao

  • The class API now includes full support for inheritance and superclass method calls. (See Mislav's tutorial for more info.)

    API目前包含对于继承超类方法调用的完善支持

    youdao

  • Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.

    Class抽象子类一种灵活的基于mixin组合机制(它可作为多重继承的简单替代方案)来扩展

    youdao

  • There are three fundamental solutions for mapping inheritance into a relational database, and to understand them I will discuss the trade-offs of mapping the class diagram presented in Figure 1.

    将继承映射关系数据库中三种基本解决办法,为更好理解它们讨论1中显示映射图表优缺点

    youdao

  • Our genetic inheritance, our quality of life in utero, education, class, career, lifestyle, status, levels of physical, mental and social activity are just some of the main influences.

    影响衰老主要因素有:遗传基因,胚胎发育教育阶级属性,事业生活方式身份地位物理精神状况社会活动

    youdao

  • Variables are strongly typed, and there is class-based inheritance.

    变量都是类型的,还有基于类继承

    youdao

  • Figure 2 is simply pointing out the concept of Class, which is a highly specialized element that is related to interface and data type (through its inheritance from Classifier).

    2简单地指出Class概念一种接口以及数据类型有关(通过Classifier继承)的高度专业化元素

    youdao

  • Inheritance is the means by which objects of a class can access member variables and functions contained in previously defined class, without having to restate those definitions.

    继承一种方法通过它,对象可以访问以前精确定义过的类中的成员变量函数不用重新声明那些定义。

    youdao

  • ActionScript 2.0 was introduced in Flash 7, which was strongly typed and allowed class-based programming features, such as inheritance, interfaces, and strict data typing.

    Flash7中引入ActionScript 2.0,是一种类型的语言,支持基于编程特性比如继承接口严格的数据类型。

    youdao

  • Object-Oriented is a kind of technology basing on the concept of object, class, instance and inheritance, etc. It deals with problems according to the connected objects.

    面向对象依据问题涉及对象来看问题,是一基于对象实例继承概念技术

    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

  • Using the encapsulation, inheritance and polymorphism of OOP, a foundation class library of small satellite software is designed, the detail design of all base classes is introduced.

    利用OOP封装性继承性多态性设计卫星软件基本介绍各个基本具体设计思想。

    youdao

  • A mechanism for treating different implementations as logically "the same kind of thing" - usually polymorphism is implemented via interface implementation and class inheritance.

    l一种逻辑上做相同事情,但却有不同实现机制。我们通常称之为多机制。

    youdao

  • Hierarchy of class template is generated due to the combination of class template and inheritance.

    由于模板继承结合产生了所谓类模板的层次结构。

    youdao

  • Some concepts such as module, communication between modules, exchanging, class, method, inheritance, message sending and receiving are introduced in and directly supported by the interpreter.

    它同时引入了模块化模块通讯切换方法继承消息发送接收概念,并提供对这些概念的直接支持

    youdao

  • These characteristics include objects, methods, inheritance, class library, durability, query, query optimization, integrity, concurrency, performance and schema modification.

    这些特征包括:对象方法继承性持久性查询、查询优化完整性并发性性能模式修改

    youdao

  • Such "Is a" relationships are very important in class designs, but it's easy to get carried away and end up in a wrong design with a bad inheritance.

    设计中的这种一个关系非常重要的,但是容易被迷惑而做出错误的类继承设计

    youdao

  • In software design, the using of encapsulation and inheritance of class improved the flexibility of system.

    软件设计中,采用封装继承技术

    youdao

  • On the basis of class and in accordance with the level structure and the inheritance relation of class, a rule base is constructed by using linked lists.

    基础根据层次结构继承关系来构造规则

    youdao

  • The rules for type parameters and constraints have several implications for generic class behavior, especially regarding inheritance and member accessibility.

    参数条件约束规则几个泛型类别行为含意尤其继承成员存取范围有关

    youdao

  • Moreover, it can optimize the whole design program by making use of inheritance relations of data members and member functions between the basic class and its derived class.

    同时利用子类数据成员成员函数继承关系可以优化曲线测设程序整体设计

    youdao

  • Inheritance modifiers control how methods and properties from derived classes override methods and properties in a base class.

    继承修饰符控制派生方法属性如何重写中的方法和属性。

    youdao

  • Object-oriented should find pertinent objects, factor them into classes at the right granularity, define class interfaces and inheritance hierarchies, and establish key relationships among them.

    面向对象要求找到相关对象适当粒度它们归类,再定义接口继承层次建立对象之间的基本关系

    youdao

  • Object-oriented should find pertinent objects, factor them into classes at the right granularity, define class interfaces and inheritance hierarchies, and establish key relationships among them.

    面向对象要求找到相关对象适当粒度它们归类,再定义接口继承层次建立对象之间的基本关系

    youdao

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

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

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