• OOP技术对象消息方法继承五个方面组成。

    OOP consists of five aspects: object, message, method, class and inheritance.

    youdao

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

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

    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

  • 套件目标就是展示代码显露出来的关系(方法调用继承等等)运行出现关系(对接口的调用)。

    The goal for the suite is to show any relationship that is either explicitly in the code (method calls, inheritance, etc) or done so at runtime (calls to interfaces or base classes).

    youdao

  • 本文假设读者熟悉基本面向对象概念比如对象方法继承

    This article assumes you are familiar with basic object-oriented concepts, such as classes, objects, methods, and inheritance.

    youdao

  • 继承标注——单个联合表。

    Inheritance: AnnotationsSingle table, joined table, and table per class.

    youdao

  • 从好的方面看,继承的 _metaclass_钩子自定义所有问题都被解决

    On the plus side, all issues for inherited _metaclass_ hooks and for custom metaclasses are handled

    youdao

  • 2显示了DictionaryIOxmldictionaryio之间继承关系

    Figure 2 shows the inheritance relationship between the DictionaryIO and XmlDictionaryIO classes.

    youdao

  • 10显示中,ProfessorStudent实现Person接口,但并不继承

    In the diagram shown in Figure 10, both the Professor and Student classes implement the Person interface and do not inherit from it.

    youdao

  • 顶层对象Order,是FoodOrderBoxOrder继承一个抽象

    The top level object is the Order, an abstract class that is inherited by FoodOrder and BoxOrder.

    youdao

  • 可以导航使用声明继承更多交叉语言

    You can navigate to usages, declarations, inheritors, base types and more - across languages.

    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

  • OOAD试图找到最优对象自然继承实现它们

    OOAD attempts to find the optimal set of objects and the most natural class hierarchy to implement them.

    youdao

  • 用户必须理解编程传统面向对象编程不同点相同点(继承继承)。

    Users must understand the differences and interactions between metaclass programming and traditional object-oriented programming (under both single and multiple inheritance).

    youdao

  • CarlosDriscoll博士认为继承所有权概念也许正是由于最早融入社会们所激发使它们群狼变成了财富的象征。

    Notions of inheritance and ownership, Dr. Driscoll said, may have been prompted by the first dogs to permeate human society, laying an unexpected track from Wolf to wealth.

    youdao

  • 这些克隆必须使用本身一样名字(但两者不同包中),并且继承LazyGwtPojo

    Theses clone classes must have the same name than the Domain class (in a different package) and inherits from LazyGwtPojo.

    youdao

  • 这个应用程序继承midlet允许应用程序管理软件对MIDlet进行控制应用程序描述符检索属性以及状态变化进行通知请求

    The application extends the MIDlet class to allow the application management software to control the MIDlet, retrieve properties from the application descriptor, and notify and request state changes.

    youdao

  • 继承DictionaryIO任何必须实现importexport方法否则就可能得到致命错误

    Any class that extends DictionaryIO must implement the import and export methods or risk a fatal error.

    youdao

  • 继承org .eclipse . ui .editors包括这个eclipse平台提供一个标准文本编辑器基于文件的文档提供程序

    It extends classes included in the org.eclipse.ui.editors package, which provides a standard text editor and a file-based document provider for the eclipse Platform.

    youdao

  • 所有派生实体会话继承bobasecreatefind方法公共代码

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

    youdao

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

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

    youdao

  • FoodOrder三种食品实际订单(Doughnut、PastyIcedBun)继承另一个抽象

    Food order is another abstract class inherited by the three food types actual order classes: Doughnut, Pasty, and IcedBun.

    youdao

  • 接下来我们可以一些具体开关例如漂亮开关,一个普通开关等等,当然,我们FancySwitchNormalS witchnd继承s witch。

    And, as we may have some specific kinds of switches, for example a fancy switch, a normal switch etc., we will also have FancySwitch and NormalSwitch classes extending the switch class.

    youdao

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

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

    youdao

  • 而且因为两个映射(BuildingLand)是从estate继承而来,所以我们可以HQL查询使用这个抽象如清单14

    And, since our two mapped classes (Building and Land) inherit from Estate, we can use this abstract superclass in our HQL queries, as shown in Listing 14.

    youdao

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

    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.

    youdao

  • 文件实际上包含一系列这些继承扩展DataSetDataTableDataRoweventargs

    The class file actually contains a series of classes that inherit from and extend the DataSet, DataTable, DataRow, and EventArgs classes.

    youdao

  • 并且Array [t]相同,List [t]继承很多特性首先使用Seq [t]作为直接上层基

    And, like Array [t], List [t] inherits from a number of base classes and traits, starting with Seq [t] as an immediate base.

    youdao

  • 这个经典转换例子继承委托接口

    This is a classic example of the tradeoff between concrete inheritance and delegation to an interface.

    youdao

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

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

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