Why Java Does Not Support Multiple Inheritance?
In this tutorial you will learn why java does not support multiple inheritance. It is a very popular and frequently asked java interview question. What is Multiple Inheritance? When a class inherits two or more classes then this scenario is called as multiple inheritance. Also Read: Why Java Does Not Support Pointers? Why Java Does Not Support Multiple Inheritance? Lets consider a situation to understand this. There are three classes A, B and C. A and B class contains a method
Read more