本文介绍了为什么C#doen't支持多重继承的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:结果
  

我的一个朋友问我的问题
i.e.Why C#doen't支持多重继承

One of my friend asked me the questioni.e.Why C# doen't support multiple inheritance

推荐答案

使用接口​​更加灵活,消除了多重继承的模糊性。

Using interfaces is more flexible and eliminates the ambiguity of multiple inheritance.

进一步详情,。

这篇关于为什么C#doen't支持多重继承的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 12:38