网站首页  词典首页

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

 

单词 multiple inheritance
释义

multiple inheritance

  • 网络多重继承;多继承;多级继承
1.
多重继承
1.3 多重继承multiple inheritance)是救世主? 5 1.4 templates带来曙光 6 1.5 policies和policy classes 7 1.6 更丰富的policies …
product.china-pub.com
2.
多继承
多继承(Multiple Inheritance):从2个或更多的父类型中继承成员及操作。procedure Print_Area(T : in Figure'Class) isbegin Put("…
easaca.blog.163.com
3.
多级继承
...cialization hierarchies)、多级继承 (multiple inheritance)、自订资料形态、激发 (triggers) 和判断 (assertions)、知识库系统支 …
man.chinaunix.net
4.
多重持续
...重载(operator overloading)、多重持续multiple inheritance)、模板(template)、异常(exception)、RTTI、定名空 …
www.cesclub.com
5.
多重继续
     o 不再有类的多重继续Multiple Inheritance)。            在C 中,多重继续是一项很强的功能,但也是较难把握的。
www.knowsky.com
6.
多亲继承
...讲了原型式继承,还说明了它们各自的适用场合。文中还讲述了掺元类(mixin class) ,以及如何用它替代多亲继承multipl
book.51cto.com
7.
综合继承
<!--[if !supportLists]-->2. <!--[endif]-->Java只支持单独超类继承,而不允许综合继承multiple inheritance)。但可以应用间接 …
blog.sina.com.cn

例句

释义:
1.
Consider defining interfaces to achieve an effect similar to that of multiple inheritance.
请考虑定义接口来达到类似于多重继承的效果。
msdn2.microsoft.com
2.
Specifies the most general representation of a pointer to a member of a class to be one that uses multiple inheritance .
指定指向类成员的指针的最通用表示形式为使用多重继承的表示形式。
www.bing.com
3.
Perl supports multiple inheritance, though two or more parents are rarely seen in practice.
尽管两个或两个以上的父对象实际上很少见,但Perl支持多重继承。
www-128.ibm.com
4.
Classes that serve as base classes in a multiple-inheritance hierarchy ordinarily should define their destructors to be virtual.
在多重继承层次中作为基类的类通常应该将它们的析构函数数定义为虚函数。
dictsearch.appspot.com
5.
Since . NET does not support multiple inheritance, this constraint limits where Enterprise Services can be utilized.
既然.NET不支持多继承,这个约束限制了企业服务(EnterpriseService)能被使用的地方。
blog.163.com
6.
The Java language doesn't support multiple inheritance, but you can come awfully close with a couple of @Delegates, as shown in Listing 8.
Java语言并不支持多重继承,但是您可以非常接近一对@Delegate,如清单8所示。
www.ibm.com
7.
My hunch is that this could get tricky in practice once you deal with custom classes and multiple inheritance.
我觉得,在处理定制类和多重继承时,编写定制的比较函数实际上很需要技巧。
www.ibm.com
8.
Unfortunately, tossing out private and multiple inheritance has cost us dearly in terms of code reuse.
遗憾的是,彻底放弃私有继承和多重继承会使我们在代码重用方面付出昂贵的代价。
www.ibm.com
9.
Another approach to the Expression Problem is multiple inheritance, in which one subclass can extend many superclasses.
表达式问题的另一种方法是多重继承,即一个子类可扩展许多超类。
www.ibm.com
10.
When we fast-forward to the Java language, we perceive that multiple inheritance is just as flawed as private inheritance.
在快速转向Java语言时,我们认为多重继承与私有继承一样存在缺陷。
www.ibm.com
1.
The former is more advantageous, 'cause when you are going for multiple inheritance. . . the only interface can help.
起因是当你要作多重继承时…只有借助于接口。
blog.163.com
2.
They are comparable to C multiple inheritance constructs but omit the nasty side-effect known as the diamond syndrome.
它类似于C 中多继承的概念,但却没有众所周知的diamondsyndrome副作用。
www.infoq.com
3.
Using multiple inheritance in C could lead to the problem of multiple copies of a base class for a particular multiply-inheriting class.
在C 中使用多重继承,对于某个使用了多重继承的特定类而言,可能会使基类出现多个副本,从而导致问题发生。
www.ibm.com
4.
However, multiple inheritance being used only for interface implementation was thought to alleviate this problem somewhat.
不过,多重继承只能用在被认为可以减轻这一问题的接口实现中。
www.ibm.com
5.
Using Multiple Interfaces - Multiple inheritance is not possible in C# using classes; however, you can implement multiple interfaces.
在C#类中使用多重继承是不可能的,但是你可以实现多个接口。
osl.bsw.net.cn
6.
With modules, you can get some of the benefits of multiple inheritance without the sticky complications.
通过使用模块,可以享受到多重继承的优点而无需面对令人头痛的复杂性。
www.ibm.com
7.
Types can satisfy many interfaces at once, without the complexities of traditional multiple inheritance.
类型能干可以同时满足很多接口,避免了传统多层继承的复杂。
bbs.golang-china.org
8.
Multiple inheritance supports a much richer inheritance hierarchy for the problems that require it.
如果需要,多重继承支持更丰富的继承层次结构。
www.ibm.com
9.
Virtual base classes offer a way to save space and avoid ambiguities in class hierarchies that use multiple inheritance.
虚基类提供了一种节省空间的方法,并可在使用多重继承性中避免产生二义性。
community.csdn.net
10.
Because Python supports multiple inheritance, abstraction can be taken to a level of complexity that is quite unhealthy.
由于Python支持多重继承,抽象可以达到相当有害的复杂程度。
www.ibm.com
1.
The Java founders eliminated multiple inheritance to address those complications.
Java的创建者通过消除多重继承解决了这种复杂性。
www.ibm.com
2.
Scala supports single inheritance, not multiple inheritance.
Scala支持单继承,不支持多继承。
www.bing.com
3.
You can think of mix-ins as multiple inheritance without the multiple-inheritance headaches.
可以把mix-in看成多重继承,但是它没有多重继承的麻烦。
www.ibm.com
4.
Java also eliminates the operator overloading and multiple inheritance features of C .
Java还去除了C 的操作符重载和多继承特性。
www.bing.com
5.
On the other hand, allowing for multiple inheritance in a programming language results in tremendous semantic complexity.
另一方面,在编程语言中允许多重继承的结果是语义极其复杂。
www.ibm.com
6.
Multiple inheritance, on the other hand, was commonly held as a necessary element of object-oriented programming.
另一方面,多重继承往往被视为面向对象编程的必备要素。
www.ibm.com
7.
The use of templates and multiple inheritance makes the library small and flexible.
使用模板和多重继承可以使库小巧灵活。
msdn2.microsoft.com
8.
For example, a constraint may disallow multiple inheritance, or it may require that a class must have a particular type of attribute.
例如,一个限制可能不允许多重继承,或者是它可能需要一个类必须具备一个特殊的属性类型。
www-128.ibm.com
9.
A parent class to extend function from (plus any "mix-in" classes to simulate multiple inheritance)
用于扩展函数的父类(以及模拟多个继承的“混合”类)
www.ibm.com
10.
Class (resembles a managed class shape, except that it can have multiple inheritance relationships)
类(与托管类形状类似,只不过它可以具有多重继承关系)
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/19 12:54:57