• 除了作为抽象派生对象一部分,是能够生成抽象对象的。

    We may not create objects of an abstract type except as parts of objects of classes derived from the abstract base.

    youdao

  • 使用对象指针引用函数必须能够在不了解衍生的条件下使用衍生对象

    Functions that use Pointers or references to base classes must be able to use objects of derived classes without knowing it.

    youdao

  • 需要对象上传转化对象需要知道额外信息,而这些通过多态实现的。

    All you need to do is upcast from the derived class and never look back to see what exact type of object you're dealing with. Everything is handled through polymorphism.

    youdao

  • 事实上可以置换每种节点对象从而能够定制整个应用程序行为

    In fact, you can substitute the base class for every node object, giving your whole application custom behaviors.

    youdao

  • 首先创建用于容纳entity对象实例

    I'll start by creating a base class that holds an instance of an Entity object.

    youdao

  • 工人对象RequestContext定义的,提供finalexecute方法定义请求进行监视流程

    The worker object, a RequestContext, is defined in the base class and provides a final execute method that defines the flow for monitoring any request.

    youdao

  • 本文将描述如何封装c编码GObject(所有gtk +窗口小部件许多相关对象最终),以便可以Python代码使用

    This article describes how to wrap a C-coded GObject (the ultimate base class of all GTK + widgets and many related objects), so that it can be used from Python code.

    youdao

  • UDDI请求使Python客户机具有实例化的请求对象设置请求参数能力,请求参数由uddi对象组成

    They provide a Python client the ability to set request parameters consisting of UDDI base objects for the instantiated request object.

    youdao

  • 例如MicrosoftCompiler使用进程无关的偏移量虚拟继承指定对象因而存在这个问题

    For instance, Microsoft Compiler uses process-neutral offsets to address base objects for virtually inherited classes: thus, this issue does not arise.

    youdao

  • AdapterAdapter特定Record对象发送函数选择器

    The Adapter base classes send the Adapter-specific Record object to the Function Selector.

    youdao

  • 对象使用继承特性意味着LDAP定义了保存常用属性

    Object classes use inheritance, which means LDAP defines base classes to hold commonly used attributes. Child classes then extend the base classes to use the attributes defined therein.

    youdao

  • 一种直观演示动态型化工作方式简单方法设想单个名为pyobject的,让Python中的所有其他对象都继承它。

    An easy way to visualize how the dynamic typing works is to imagine a single base class called PyObject from which all other object types in Python inherit.

    youdao

  • 引入BaseEntityAuditableEntity可以根据是否需要对象审计信息,分别这些基类派生出具体的持久化

    It also introduces the BaseEntity and AuditableEntity base classes, from which concrete persistent classes can be extended, depending on whether or not auditing information is required for an object.

    youdao

  • 我们希望cause、nonprofit、gift、member、driveregistry以及其他一些对象能够通用继承以便我们能同样方式处理所有型的内容。

    We would like causes, nonprofits, gifts, members, drives, registries, and many other types of objects to inherit from a common base class so we could treat all types of content in the same way.

    youdao

  • 通过利用RailsActiveRecord对象-关系映射代码可以实现的,该所有模型包括patient )。

    That is possible by leveraging the object-relational mapping code in Rails's ActiveRecord class that is the base class for all models (including your patient class.

    youdao

  • 现在需要知道int对象是从object中继承而来Python许多内容一个

    For now, you merely need to know that the int object inherits from the object class, which is a base class for a lot of things in Python.

    youdao

  • 调用工厂方法断言返回对象具有正确一样简单

    This can be as simple as invoking the base class's factory method and asserting that the returned object is of the correct type. For example.

    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

  • 这些按照特定概念模型派生自可以将实体物化对象支持对象服务从而可以实现跟踪保存变更

    The classes generated for a particular conceptual model derive from base classes that provide Object Services for materializing entities as objects and for tracking and saving changes.

    youdao

  • 构造方法中对象可能只是创建了一部分,知道仅仅是基类部分初始化了,但是知道继承出了什么。

    Inside any constructor, the entire object might be only partially formed-you can know only that the base-class objects have been initialized, but you cannot know which classes are inherited from you.

    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

  • 通过运行时识别RTTI),程序能够使用指针引用检索这些指针或引用所指对象实际派生

    Run-time Type Identification (RTTI) allows programs that use pointers or references to base classes to retrieve the actual derived types of the objects to which these pointers or references refer.

    youdao

  • 该文描述了三相整流仿真模型采用面向对象方法建立了一仿真整流

    A simulation model of the three-phase rectifier is described, and a CSimulateBase class and a CRectifier class are designed by the means of Object-Oriented method.

    youdao

  • 如果方法定义然后调用基类方法不论对象传递

    If the method is defined only in base class then it will invoke base class method irrespective to the object you are passing.

    youdao

  • 调用方法定义然后调用一个对象通过

    When you call a method which is defined in both sub class and base class then it will invoke a method based on the object you are passing.

    youdao

  • 结果可以衍生对象替代基类对象

    As a result, you can exactly substitute an object of the derived class for an object of the base class.

    youdao

  • 通过面向对象技术建立风格操作方法,结合风格形态设计过程探讨了风格描绘模型应用模式

    The style class and operation by the object oriented method are presented, the (application) paradigm of style description model in the process shape design for style is discussed.

    youdao

  • 每一个项目只是字体名称创建名为字体对象,我绘制文本恢复以前的字体,

    Each item and I just retrieve the font name from the base class, create a font object with the name, I draw the text, restore the previous font and voila.

    youdao

  • 实现多个接口接口时,这个生成对象可以上溯任何一个接口。

    When a class implements an interface that has multiple base interfaces, objects created from that class can be upcast to any of the base interface types.

    youdao

  • 实现多个接口接口时,这个生成对象可以上溯任何一个接口。

    When a class implements an interface that has multiple base interfaces, objects created from that class can be upcast to any of the base interface types.

    youdao

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

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

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