Why java Don't Support Multiple interitence

Answer Posted / g ch vishnu vardhan reddy

Multiple Inheritance is not supported by java in order to
avoid ambiguity between variables of different classes and
to rudece memory overloading.

Is This Answer Correct ?    42 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an immutable class? How to create an immutable class?

533


Java is Pass by Value or Pass by Reference?

615


What does indexof return in java?

528


In a class implementing an interface, can we change the value of any variable defined in the interface?

547


How will you communicate between two applets?

625






what is the difference between preemptive scheduling and time slicing? : Java thread

527


What is the function of static in java?

535


Can I learn java without any programming experience?

544


Is ++ operator is thread safe in java?

509


How java uses the string and stringbuffer classes?

507


Is array passed by reference in java?

571


What is the advantage of OOP in java?

657


If we don’t want some of the fields not to serialize how to do that?

556


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

577


Does java support multiple inheritance or not?

593