Multiple Inheritances ( Not Supported By Java)

Multiple Inheritances ( Not Supported By Java)

Previous Home Next

 

The makers of java wanted to remove all the negative protions of C++ and one of the main things that crops with multiple inheritance is ambiguity meaning two classes with the same name when imported may cause a problem unless you specify to the jvm, this is the class that has to be used.


 


 

Previous Home Next