网站首页  词典首页

请输入您要查询的英文单词:

 

单词 inheritance hierarchy
释义

inheritance hierarchy

  • 网络继承阶层架构;继承层次;继承体系
1.
继承阶层架构
计算机与网络用语中英翻译(三) ... inheritance cycle 继承循环 inheritance hierarchy 继承阶层架构 Inherited Error 继承误差 ...
www.zftrans.com
2.
继承层次
信息词汇英语翻译(E-L) ... inheritance 继承 inheritance hierarchy 继承层次 inherited error 原有错误 ...
www.zftrans.com
3.
继承体系
某个继承体系inheritance hierarchy)同时承担两项责任。建立两个继承体系,并通过委托关系(delegation)让其中一个可以 …
www.cnblogs.com
4.
继承层次结构
ComponentArt-CallBack... ... Callback CallbackCallbackEvent 事件。 Inheritance Hierarchy 继承层次结构 Syntax 语法(C#) ...
hi.baidu.com
5.
继承性的级
á域概念的次范畴化和范畴延伸展开,形成情感隐喻之间的继承性的级inheritance hierarchy)。首先,从“情感是物体(Emoti…
www.aimeiwen.com
6.
继承性的级阶
...u ,1995 ),我们发现,情感的概念隐喻存在着继承性的级阶(inheritance hierarchy)。
refbook.cnki.net

例句

释义:
1.
The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do.
继承层次关系的根类应该定义虚函数性质的析构函数,即使这个析构函数不做任何的事情。
www.blogjava.net
2.
The class should be decomposed into an inheritance hierarchy, where each value of the attribute is transformed into a derived class.
类应当解耦合成一个继承层次结构,每个属性值都被变换成一个派生类。
dictsearch.appspot.com
3.
The ability to extend base classes in an inheritance hierarchy is an important benefit that does not exist with interfaces.
这种在继承层次结构中扩展基类的能力是接口所不具备的一个重要优点。
msdn2.microsoft.com
4.
Just look at the Java class hierarchy to see an elaborate set of object inheritance hierarchy.
仅仅查看Java类就可以看到一组精巧的对象继承层次结构。
www.ibm.com
5.
Classes that serve as base classes in a multiple-inheritance hierarchy ordinarily should define their destructors to be virtual.
在多重继承层次中作为基类的类通常应该将它们的析构函数数定义为虚函数。
dictsearch.appspot.com
6.
Value containing the name of the class in which the method was first introduced in the class inheritance hierarchy.
值,该值包含方法第一次引入到其继承层次结构的类的名称。
msdn2.microsoft.com
7.
Gets the name of the management class in which the method was first introduced in the class inheritance hierarchy.
获取管理类的名称,在该类中第一次将该方法引入到类的继承层次结构。
msdn2.microsoft.com
8.
Even though _is_a_ relationships are more than hierarchical, most programming languages are limited to a single inheritance hierarchy.
尽管,“isa”关系多于层次关系,但大多数编程语言只支持单继承。
blog.sina.com.cn
9.
An inheritance hierarchy is a way of organizing a set of abstractions from most general to least general.
继承的层次是从最多到最少的概要(共性)中构建一组抽象的方法。
www.xue163.com
10.
At the top of Listing 4, you see a nested module definition. A module has method definitions, but no base inheritance hierarchy.
在清单4的顶部,可以看到一个嵌套的模块定义,但是没有基继承层次结构。
www.ibm.com
1.
Finalization must be propagated through the inheritance hierarchy.
终止必须通过继承层次结构传播。
technet.microsoft.com
2.
The exception classes are related by an inheritance hierarchy.
异常类通过继承等级结构相关。
msdn2.microsoft.com
3.
That's because objects in the real world just don't fit into a simple single inheritance hierarchy.
那是因为实际世界中的对象不会刚好适合一个简单的单继承层次结构。
www.ibm.com
4.
The reason is simple: The module has an inheritance hierarchy of its own.
原因很简单:模型具有自己的继承层次结构。
www.ibm.com
5.
When exported to COM , the inheritance hierarchy of a managed type is flattened .
当导出到COM后,托管类型的继承层次结构将被展平。
www.bing.com
6.
A dynamically bound method call, however, reaches "outward" into the inheritance hierarchy.
动态绑定方法的调用,然而,这将涉及到继承类图。
www.xue5.com
7.
Multiple inheritance supports a much richer inheritance hierarchy for the problems that require it.
如果需要,多重继承支持更丰富的继承层次结构。
www.ibm.com
8.
This section contains information about ASP. NET configuration files, their format, and the inheritance hierarchy.
此节包含有关ASP.NET配置文件、其格式和继承层次结构的信息。
msdn2.microsoft.com
9.
Gets an array containing all WMI classes in the inheritance hierarchy from this class to the top of the hierarchy.
获取一个数组,该数组包含继承层次结构中从该类到层次结构顶部的所有WMI类。
msdn2.microsoft.com
10.
The assertion fails if the type is not found in the inheritance hierarchy of the object.
如果此型别不在物件的继承阶层架构内,判断提示就会失败。
technet.microsoft.com
1.
Changing the inheritance hierarchy of an object requires a declare parents tag.
改变对象的继承层次需要一个declareparents标签。
www.ibm.com
2.
Composition does not force a design into an inheritance hierarchy.
合成不会让你的设计陷入一个继承关系图中。
www.xue5.com
3.
In other words, a complete inheritance hierarchy is stored in a single database table.
换言之,整个继承层次结构存储在单个数据库表中。
technet.microsoft.com
4.
Your inheritance hierarchy represents an "is-a" relationship and not a "has-a" relationship.
继承层次结构表示“属于”关系而不是“具有”关系。
msdn2.microsoft.com
5.
The assertion fails if the type is found in the inheritance hierarchy of the object.
如果在该对象的继承层次结构中找到了指定的类型,则断言失败。
msdn2.microsoft.com
6.
A NotInheritable class marks the edge of an inheritance hierarchy.
NotInheritable类标记了继承层次结构的边缘。
msdn2.microsoft.com
7.
The following object model illustrates this usage and shows the DataGridViewRow inheritance hierarchy.
下面的对象模型演示了此用法,并显示DataGridViewRow继承层次结构。
msdn2.microsoft.com
8.
Keep your inheritance hierarchy simple.
保持简单的继承层次结构。
www.ibm.com
9.
A global aspect utilizing a signature pattern based on packages and the inheritance hierarchy would serve you better in this situation.
在这种情况下,利用基于包和继承层次结构的签名模式的全局方面可以做得更好。
www.ibm.com
10.
The following example shows an inheritance hierarchy of three classes.
下面的示例显示了三个类的继承层次结构。
msdn2.microsoft.com
1.
You can add methods and variables, and change the inheritance hierarchy according to specific rules.
你可以增加程序和变量,并根据特殊的规则改变继承性层次。
www.ibm.com
2.
The type of document or object HIERSVR edits and displays is a single inheritance hierarchy diagram.
HIERSVR编辑和显示的文档或对象的类型是单继承层次结构关系图。
msdn2.microsoft.com
3.
That is, it cannot represent a family of types related through an inheritance hierarchy.
即,它不能表示通过继承层次结构相关的一系列类型。
msdn2.microsoft.com
4.
If you have an inheritance hierarchy that is too broad, inheritance will break down.
如果已有的继承等级非常宽,继承就会失效。
www.ibm.com
5.
Is in the inheritance hierarchy of the object represented by
所表示的对象继承层次结构中,或者当前
msdn2.microsoft.com
6.
Avoid casts down the inheritance hierarchy
避免在继承体系中作向下的转型动作
blog.csdn.net
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 14:37:05