多重继承(Multiple Inheritance, MI)指的是一个类别可以同时从多于一个父类继承行为与特征的功能。与单一继承相对,单一继承指一个类别只可以继承自一个父类。
基于2363个网页-相关网页
multiple inheritance 多重继承 ; 多继承 ; 多重继承 ; 多重继续 inheritance law 继承法 ; 继续法 ; 遗传规律性 ; 遗传规律
基于42个网页-相关网页
C++支持多重继承(multiple inheritance,MI)。多重继承(multiple inheritance,MI)的优缺点一直广为用户所争议,许多语言并不支持多重继承,而改以单一继承和接口继承...
基于28个网页-相关网页
use multiple inheritance 使用多重继承
name clashing and multiple inheritance 名字冲突和多重继承
simulated multiple inheritance 模拟多重继承
multiple inheritance and exception handling 多重继承和异常处理
implementation multiple inheritance 实现多重继承
single and multiple inheritance 单和多重继承
multiple inheritance bugs 多重继承错误
multiple inheritance tools 多重继承工具
multiple inheritance complexity 多重继承的复杂性
以上来源于: WordNet
Scala supports single inheritance, not multiple inheritance.
Scala支持单继承,不支持多继承。
You can think of mix-ins as multiple inheritance without the multiple-inheritance headaches.
可以把mix - in看成多重继承,但是它没有多重继承的麻烦。
C + + USES multiple inheritance to provide a similar capability, but with ugly complications.
C+ +使用多种继承来提供与之类似的功能,但是非常复杂。
应用推荐