📜  为什么接口支持多重继承 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:41.804000             🧑  作者: Mango

代码示例1
As we have explained in the inheritance chapter, multiple inheritance is not supported in the case of class because of ambiguity. However, it is supported in case of an interface because there is no ambiguity. It is because its implementation is provided by the implementation class