多重继承英语怎么说

本文为您带来多重继承的英文翻译,包括多重继承用英语怎么说,多重继承用英语怎么说,多重继承的英语造句,...

本文为您带来多重继承的英文翻译,包括多重继承用英语怎么说多重继承用英语怎么说多重继承的英语造句多重继承的英文原声例句多重继承的相关英语短语等内容。

多重继承的英文翻译,多重继承的英语怎么说?

  • multiple inheritance

多重继承的英语网络释义

... multiple document interface 多文档界面 Multiple-Inheritance 多重继承 multiple-line edit control 多行编辑控件 ...

多重继承multi-inheritance ) 一个对象可以隶属于数种不同的类

... Multi-Protocol Network Library 多协议网络库 multiple inheritance 多重继承 NDS Non-Developmental Software 不可开发软件 ...

... multiple document interface 多文档界面 Multiple-Inheritance 多重继承 multiple-line edit control 多行编辑控件 ...

多重继承的汉英大词典

多重继承的英语短语

  • 多重继承下的Virtual Functions

  • 名字冲突和多重继承name clashing and multiple inheritance

  • 使用多重继承use multiple inheritance

  • 多重继承和异常处理multiple inheritance and exception handling

  • 模拟多重继承simulated multiple inheritance

  • 实现多重继承implementation multiple inheritance

  • 单和多重继承single and multiple inheritance

  • 静态检查和多重继承static checking and multiple inheritance

多重继承的英文例句

因为类的多重继承有危险性。

Because multiple inheritance of classes is dangerous.

如果需要,多重继承支持更丰富的继承层次结构。

Multiple inheritance supports a much richer inheritance hierarchy for the problems that require it.

同时,讨论了模糊类层次中多重继承的问题。

Simultaneously, the problem of multiple inheritance in class hierarchy is considered.

我说的理由是,否则会出现多重继承的问题。

I'd say the reason is that otherwise a multiple-inheritance problem would occur.

另一方面,多重继承往往被视为面向对象编程的必备要素。

Multiple inheritance, on the other hand, was commonly held as a necessary element of object-oriented programming.

另一方面,在编程语言中允许多重继承的结果是语义极其复杂。

On the other hand, allowing for multiple inheritance in a programming language results in tremendous semantic complexity.

不过,多重继承只能用在被认为可以减轻这一问题的接口实现中。

However, multiple inheritance being used only for interface implementation was thought to alleviate this problem somewhat.

第三章深刻讲解了继承(基本继承多重继承)和多态。

Chapter 3 digs into inheritance (basic and multiple) and polymorphism.

由于Python支持多重继承,抽象可以达到相当有害的复杂程度。

Because Python supports multiple inheritance, abstraction can be taken to a level of complexity that is quite unhealthy.

可以把mix - in看成多重继承,但是它没有多重继承的麻烦。

You can think of mix-ins as multiple inheritance without the multiple-inheritance headaches.

OWL允许多重继承,允许许多类分享相同的属性并允许属性之间相互继承

OWL permits multiple inheritance, allows for many classes to share the same property, and allows properties themselves to inherit from one another.

如何新的默认界面模型作品(包括钻石、多重继承和优先级)?。

How does Java 8' new default interface model works (incl. diamond, multiple inheritance, and precedence)?

Objective - C只支持类之间的单一继承,而UML支持多重继承

Objective-C only supports single inheritance between classes, while UML supports multiple inheritances.

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

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

行为不提供真的“多重继承”为核心的语言特点,如抽象类和接口的支持。

Behaviors do not provide true "multiple inheritance" support for core language features like abstract classes and interfaces.

例如,一个限制可能不允许多重继承,或者是它可能需要一个类必须具备一个特殊的属性类型。

For example, a constraint may disallow multiple inheritance, or it may require that a class must have a particular type of attribute. This means that.

多重继承可能使我们不必处理后续的问题,但它也重新将我们引向了虚拟继承,而这是绝对要避免的。

Multiple inheritance might save us from the latter problem, but it would also lead us back to virtual inheritance, which we definitely want to avoid.

子对象多重继承自多个基类,每个基类都有虚函数,那么子类对象的内存布局是什么样的?

A function that is virtual in a base class is implicitly virtual in its derived classes. When a derived class overrides a virtual, the parameters in the base and derived classes must match exactly.

它被用于CLOS的主流中,实际上它在其中是一种设计模式,尝试控制这种语言的多重继承所带来的不便。

It was employed in the mainstream in CLOS where it was actually a design pattern to try to control the unwieldiness of the multiple inheritance of that language.

Class的抽象可由子类化和一种灵活的基于mixin的组合机制(它可作为多重继承的简单替代方案)来扩展。

Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.

该模型的设计参照了OMG和ODMG标准,支持对象和文字、类及其属性、方法和关系、外延和多重继承等概念。

Referring to the OMG and ODMG standard, the model includes the OO concepts, such as Objects, Literals, Attributes, Methods, Relationships, Extents and Multi-inheritance, etc.

利用属性与类的相关和类与子类间的语义距离来建立类与子类的关系。同时,讨论了模糊类层次中多重继承的问题。

The relationship between the class and the sub-class is established through the relevance of the attribute to the fuzzy Glass and the semantic distance between the class and the sub-class.

传统的面向对象编程,尤其是在诸如python之类允许多重继承的语言中,都会试图使用一个继承层次结构来模块化关注事项。

Traditional object-oriented programming, especially in languages like Python that allow multiple inheritance, attempt to modularize concerns with an inheritance hierarchy.

Ruby和Scala是两种较新的语言,采取了多重继承的这种方法—正如我在上期介绍Scala的特征时所讨论的那样(参见参考资料)。

Ruby and Scala are two newer languages that have taken the middle course on multiple inheritance - as I discussed last month when introducing Scala's traits (see Resources).

NET语言中唯一提供多重继承和泛型的语言。 正如在前面所讨论的,这两种功能对于采用真正面相对象方法开发完全可重用软件来说是必不可少的。

These two mechanisms, described in more detail elsewhere in this FAQ, are an indispensable aid to creating fully reusable software in a truly object-oriented way.

就算多重接口继承允许我们构造对应的接口集,但是实现这些接口的类不能直接遵循该结构。

Granted, multiple interface inheritance would allow us to construct a corresponding set of interfaces, but the classes implementing these interfaces couldn't follow the structure directly.

继承了GrandCentral所有最为优秀的功能,而且在此基础上,它还添加了许大而有趣的新功能,像短信息和语音邮件的文本抄录功能。

It takes the best features of GrandCentral and adds a number of important and interesting new features like SMS messaging and voicemail transcriptions.

在余氏作品中,渗透着文化中国的苦恋者、对故国乡土与精神家园的双重追寻者、“五四”感时忧国文学传统的继承者的多重精神向度。

Yu's works embody multiple spiritual levels: earnest attachment to cultural China, pursuit of both native land and spiritual homeland, inheritance of the May 4 th literary tradition.

在余氏作品中,渗透着文化中国的苦恋者、对故国乡土与精神家园的双重追寻者、“五四”感时忧国文学传统的继承者的多重精神向度。

Yu's works embody multiple spiritual levels: earnest attachment to cultural China, pursuit of both native land and spiritual homeland, inheritance of the May 4 th literary tradition.

多重继承的原声例句

多重继承的网络释义

多重继承 多重继承是编程语言中的概念,多重继承指的是一个类可以同时继承多个类,比如A类继承自B类和C类,这就是多重继承。

以上关于多重继承的英语翻译来自英汉大词典,希望对您学习多重继承的英语有帮助。

版权声明:本文摘录自新华字典、康熙字典、汉语字典、网络等多渠道,如有侵权请联系站长。

评论