本文介绍了为什么.Net支持具有多重继承的多层次Inttentence?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
为什么.Net支持具有多重继承的多层次initence?
Why .Net support multilevel inheretence insted of multiple inheritance?
推荐答案
报价:
多重继承的最大问题是,当编译器需要找到虚拟方法的正确实现时,它允许模棱两可.
The biggest problem with multiple-inheritance is that it allows for ambiguity when the compiler needs to find the correct implementation of a virtual method."
由于.net支持多接口继承.
why-doesn-tc-support-多重继承 [ ^ ]
多重继承 [ ^ ]
希望对您有帮助:)
As .net support Multiple Interface Inheritance.
why-doesn-t-c-support-multiple-inheritance[^]
MultipleInheritance[^]
Hope this helps :)
这篇关于为什么.Net支持具有多重继承的多层次Inttentence?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!