What is the translation of " SINGLE INHERITANCE " in Chinese?

['siŋgl in'heritəns]
['siŋgl in'heritəns]
单继承
单一继承

Examples of using Single inheritance in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Java only has single inheritance.
Java是单继承的.
C is a single inheritance class, derives only from A.
C是个单一继承类,它只继承于A.
PHP includes only single inheritance.
PHP只支持单继承
In single inheritance, one class inherits the properties of another.
单继承中,一个类完全继承一个类。
Java only provides single inheritance.
Java是单一继承的
They treat single inheritance with optimum efficiency.
它们都使单一继承的情况具有最优的效率。
Java only supports single inheritance.
Java是单一继承的
One of the problem of PHP as a OOP language is,the fact that you can only have single inheritance.
事实上,PHP作为一门编程语言存在的问题之一,就是你只能使用单继承
Java uses single inheritance only.
Java是单一继承的
Multiple inheritance is more complex than single inheritance.
多重继承比单一继承复杂。
For languages that support single inheritance only, the MRO is uninteresting;
对于只支持单重继承的语言,MRO十分简单;.
Unlike many object-oriented languages, Ruby features single inheritance only.
与其他面向对象语言不同,Ruby“有意”只提供单继承
In this example, you need to use single inheritance to share the Subject implementation.
在此示例中,您需要使用单一继承来共享Subject实现。
Different from other object-oriented languages,Ruby purposely only presents single inheritance.
于其他面向对象语言不同,Ruby“有意”只提供单继承
PHP includes only single inheritance.
在PHP中,只能实现单继承
Different from other object-oriented languages,Ruby purposely only presents single inheritance.
与其他面向对象语言不同,Ruby“有意”只提供单继承
Java supports only single inheritance, i.e. a class can only inherit from one parent class.
在java中是单继承的,也就是说一个类只能继承一个父类。
Multiple inheritance is more complex than single inheritance.
Multipleinheritance(多继承)比singleinheritance(单继承)更复杂。
Java supports only single inheritance, i.e. a class can only inherit from one parent class.
而且,Java只能够进行单继承,即,一个类只能够继承一个父类。
C++ multiple inheritance is replaced by Java-style single inheritance with interfaces and mixins.
C++的多重继承改以Java单继承与接口混合的风格取代。
This is easy to do but it means you cannot inherit from any other class,as Java only supports single inheritance.
这样做非常简单,但同时你也无法再继承其他的对象,因为Java只支持单继承
The obvious problem- which MI shares with single inheritance and every other powerful language feature- is overuse.
MI与单继承以及任何其他强大的语言特性所共有的明显的问题,就是被滥用。
Excepting Object class,every class has one and only one direct superclass(single inheritance).
除了没有超类的Object之外,每个类都有且只有一个直接的超类(单继承-singleinheritance)。
The benefits and drawbacks of multiple versus single inheritance is the subject of much debate amongst programming theorists.
多继承与单继承的优缺点是编程理论家之间广泛争论的话题。
This use case is unique to Python and is not found in statically compiled languages orlanguages that only support single inheritance.
此用例为Python所独有,在静态编译语言或仅支持单继承的语言中是不存在的。
The Java language supports only single inheritance- meaning you can only use the extends keyword with a single class.
Java语言仅支持单一继承,这意味着您只能对一个类使用extends关键字。
C looks similar to Java, which includes procedures such as single inheritance, interfaces, almost the same syntax compilation of intermediate code to run.
C与Java有很多的相似之处,包括了诸如单一继承、界面、与Java几乎同样的语法,和编译成中间代码再运行的过程。
In languages that only support single inheritance(such as Java or C), inheriting from Subject precludes the class from inheriting from any other class.
在仅支持单一继承的语言(如Java或C)中,一个类如果继承了Subject就不能再继承任何其他类。
Results: 28, Time: 0.0254

Word-for-word translation

Top dictionary queries

English - Chinese