Since both the base class and derived class have the same interface, there must be some implementation to go along with that interface.
因为基类和衍生类拥有相同的接口,因此这个接口必须要有必要的实现。
This derived class is also an Authority Service implementation that directs data and meta data requests to itself.
这个衍生而来的类同时也是一个可以把数据和元数据请求定向到自身的中心服务实现。
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).
派生类的大小等于基类加上派生实例定义的其他成员(以及对齐所必需的任何额外空间 —如前所述)的大小。
It has a protected modifier, so it's only available to derived subclasses and within the Lure class itself.
它具有一个受保护的修饰符,所以它只对派生子类可用并且在lure类本身的内部。
All derived entity classes and the session class inherit the common code of the create and find methods from the BOBase class.
所有派生实体类和会话类都继承了bobase类中create和find方法的公共代码。
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 。
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)的基础。
The grammar class is a template class that is parameterized by its derived class DerivedT and the context class ContextT. The declaration for the grammar class is as follows.
grammar类是一个模板类,被其派生类DerivedT和上下文类ContextT参数化。
A child (or derived) class can have one and only one parent (or base) class.
一个子(或继承的)类只可以有一个父类(基类)。
Within each package, our initial class diagrams were derived from our use cases, business object model, notes, and interviews.
在每一个包中,我们最初的类图都来自于我们的用例、业务对象模型、注释和访谈。
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.
现在您可以从块定义和内部块图以及特性对话框的上层快中,查看属性、操作、流程图。
In this scheme, objects are represented by Pointers, and GtkWidget is the basic type — called a class — in the GTK + hierarchy from which all other classes are derived.
在这个方案中,对象由指针代表,而GtkWidget是GTK +层次结构中的基本类型——叫做类,其他类都从它派生而来。
The next section of code is where the actual test class (derived from our CustomerManagerContext above) implements the auxiliary and test methods.
下面一部分代码是实际的测试类(继承了上面的CustomerManagerContext类),实现了一些辅助方法和测试方法。
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.
在继承中,派生类接受基类的成员变量和方法。这表示继承的顺序必须在对象构造的时候被遵守。
The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.
此方法的功能在基类中不受支持,而必须在派生类中实现。
If you simply inherit a class and don't do anything else, the methods from the base-class interface come right along into the derived class.
如果你只是简单的继承一个类而不做其他的事情,那么这个基类的方法便会顺延到衍生类中。
It is followed by the implementation of the new contract module in detail, including the class diagram and class methods which are derived from the requirement.
随后对新契约模块的实现做了详细的介绍,陈述了从需求推导而来的类结构图以及类的方法。
Member is visible only within the class in which it is declared and to any derived classes of that class.
成员仅在声明它的类内可见,并对该类的任何派生类可见。
When you derive a new class from an existing one, the derived class picks up the behavior, context and contracts of the parent.
当您从一个现有派生新类时,派生的类拾取行为、上下文和父母的合同。
In some cases, this common functionality is not complete enough to make a usable object, and each derived class defines the missing functionality.
某些情况下,此公共功能不够完整,无法生成一个可用的对象,因此每个派生类都需要单独定义所缺少的功能。
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.
同时利用父类与子类间数据成员、成员函数的继承关系,可以优化曲线测设程序的整体设计。
A class of second orders homogeneous equations with varied coefficient widely applied in mechanics were studied using the amended asymptotic method, and the amended asymptotic solution was derived.
采用修正渐近法研究了在力学中应用范围比较广泛的一类具有变系数二阶线性齐次方程,并求得了其修正渐进解。
Must be overridden in the derived class, and when implemented, returns the tracking profile for the specified workflow instance.
必须在派生类中重写,并且在实现后为指定的工作流实例返回跟踪配置文件。
Programs must use memory and time to construct fields inherited from a base class even when the derived class makes no use of them.
程序必须花费内存和时间来构造从基类继承的域,即使导出类根本不使用它们。
Copies members from the base class to the prototype associated with the derived class, and continues this process up the inheritance chain.
将成员从基类复制到与派生类相关联的原型,并沿继承链向上继续执行此过程。
A sufficient condition guaranteeing the global asymptotical stability of the equilibrium point is derived for a class of neural network models with variable delay and neutral type delay.
摘要针对一类能够由中立型变延迟非线性微分方程描述的神经网络模型,给出了全局渐近稳定的不依赖于时间延迟的充分条件。
In this paper is studied the gracefulness of a class of join graphs derived from the graceful tree and related graphs. Some results are given.
本文研究了优美树的一类联图的优美性,证明了这类图是优美图,同时还得到两类由它导出的优美图。
A copy constructor was not accessible in a base class and was therefore not generated for a derived class.
不可访问基类中的复制构造函数,因此无法为派生类生成复制构造函数。
A copy constructor was not accessible in a base class and was therefore not generated for a derived class.
不可访问基类中的复制构造函数,因此无法为派生类生成复制构造函数。
应用推荐