• Inheritance allows you to reuse and customize existing code inside a new 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

  • If you would like to rename this method, a check of all classes in the inheritance hierarchy is needed to find all positions in the code which should be changed.

    如果重命名这个方法必须检查继承层次中的所有找到应该做出改变所有位置

    youdao

  • Unfortunately, tossing out private and multiple inheritance has cost us dearly in terms of code reuse.

    遗憾是,彻底放弃私有继承多重继承会使我们代码重用方面付出昂贵的代价。

    youdao

  • The Template Method pattern suggests that I should move common boilerplate code up the inheritance hierarchy, deferring algorithmic details to child classes.

    TemplateMethod模式建议应当公共模板代码继承层次结构之上,将算法细节推迟子类

    youdao

  • A given SRC object knows what block of code it needs to call by looking through its inheritance tree.

    给定的src对象通过查看整个继承知道需要调用一个代码

    youdao

  • To reuse object-oriented code, you extract the target code into another class, then use inheritance to access it.

    重用面向对象代码目标代码提取(extract)另一个中,然后再继承访问

    youdao

  • Many similar tasks must be scripted separately because ant lacks support for loops, inheritance, and conditional processing; therefore, build code is duplicated and is sometimes redundant.

    很多类似任务必须单独编写脚本因为Ant缺乏循环继承条件处理支持因而构建代码出现重复,以致产生冗余代码。

    youdao

  • We discussed how template inheritance can be used to add behaviors (like starting and committing a global transaction) transparently to the servlet code.

    我们讨论了如何使用模板继承来向servlet代码透明添加行为(比如启动提交全局事务)。

    youdao

  • Kid also supports template inheritance, in which derived templates can extend from base templates so that common code can be created and maintained in one location.

    Kid可以支持模板继承(template inheritance),这样生成的新模板可以基本模板进行扩充从而可以一个地方创建维护通用代码

    youdao

  • You can use programming idioms (such as inheritance) and customization hooks (such as Visual Basic scripts) to write new code extending the application.

    可以编程方案(例如继承)定制挂钩(例如Visualbasic脚本)编写扩展应用程序代码

    youdao

  • Listing 2 shows the inheritance tree (with the instance counter and constructor code removed for clarity).

    清单2显示了这个继承(为了清晰起见删除了实例计数器构造函数代码)。

    youdao

  • But before 1950, it was not obvious that inheritance had anything to do with code.

    但是1950年之前,遗传编码之间的关联并不明显

    youdao

  • Inheritance can facilitate code reuse, since you can customize the behavior of parent classes without having to modify them.

    继承有助于代码重用因为可以行为进行定制不用修改基类本身。

    youdao

  • Heaviest among all the possible choices. The Priority Inheritance method is efficiently implemented but nothing is more efficient than no code at all.

    所有方法中是最重量级的。优先级继承方法实现有效率的,不过总不会什么代码没有有效率

    youdao

  • Keeping up with your indexes, using eager loading with include, and using polymorphic associations in places instead of inheritance are just three ways you can use to improve your code base.

    保留索引借助include使用加载某些地方使用多态关联代替继承可用改进代码库的方法。

    youdao

  • You can think of this as externalizing composition, which accounts for a much larger proportion of code than inheritance in a typical application.

    可以将它看成具体化复合(externalizing composition),典型应用程序比重远远大于继承

    youdao

  • In this case, the code declares inheritance from base dijit._Widget and dijit._Templated.

    例中,此段代码声明base dijit . _ Widgetdijit . _ Templated的继承

    youdao

  • Inheritance allows you to reuse code across different types of classes.

    继承机制允许重用其他代码

    youdao

  • The fundamental goal of OOP in particular is to increase the productivity of programmers through code reuse (inheritance for example), and not to produce applications that are compact.

    OOP所专注基本目标通过代码重用(比如继承)提高程序员生产力,而不是用于产生紧凑的应用程序。

    youdao

  • In the object-oriented finite element program, utilizing the inheritance and polymorphism may establish the object family that has the same key features, and can achieve the reuse of the code.

    面向对象有限元程序设计中利用继承机制多态性可以建立具有共同关键特征对象家族实现代码重用

    youdao

  • By using characteristic of inheritance and encapsulation, code of programmer is more succinct, and speed of running is faster.

    利用继承特性程序代码简洁运行速度

    youdao

  • In code, you can specify inheritance relationships between objects by declaring that one class inherits from another.

    代码中可以通过声明继承自另一个类来指定对象继承关系。

    youdao

  • Traditional object technology provides good code reuse with the encapsulation, inheritance and polymorphism.

    传统对象技术通过封装继承多态提供了良好代码重用功能

    youdao

  • Inheritance demands placed on methods require that code have the specified permission to override the method.

    放在方法上的继承要求需要代码拥有指定权限才能重写方法。

    youdao

  • If we rely only on inheritance, code will be very difficult to handle to handle.

    如果我们依赖继承代码很难处理

    youdao

  • When code is executed, the runtime loads metadata into memory and references it to discover information about your code's classes, members, inheritance, and so on.

    执行代码时,运行时元数据加载内存中引用发现有关代码成员继承信息。

    youdao

  • You can place inheritance demands at the class level to ensure that only code with the specified permission can inherit from your class.

    可以继承要求放在级别确保只有拥有指定权限代码才能的类继承

    youdao

  • Object InheritanceAllows users to maintain a single code base while adding unique code to new objects related to the base object.

    对象继承性允许用户基础对象相关对象增加唯一代码,可维护单一代码基数

    youdao

  • The inheritance model for code-behind pages is slightly more complex than that for single-file pages.

    程序后置页面继承模型单一档案页面的继承模型稍微复杂一些。

    youdao

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

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

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