Answers for "Why Interface Support Multiple Inheritance"

0

Why Interface Support Multiple Inheritance

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
Posted by: Guest on August-28-2021

Code answers related to "Why Interface Support Multiple Inheritance"

Browse Popular Code Answers by Language