Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why java does not support multiple inheritance

Answer Posted / mahesh patil

Suppose consider a method aaa() which is in class Z.

Suppose a programmer ABC inherited the class Z to class X
and overrided the aaa().So this class will have the new
implementation of aaa().
Suppose a programmer DEF inherited the class Z to class Y
and overrided the aaa().So this class will have the new
implementation of aaa().

If Multiple Inheritance is permitted in java, then if the
new programmer inherited both the classes and he didn't done
any overriding of method aaa() then if he calls the aaa()
,the JVM will not know which method to call i.e., either the
method in class X or method in class Y.

Because of this inconsistencies,Multiple inheritance is not
permitted in java.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different ways of creating thread?

1002


Write a java program to check if a number is prime or not?

1032


Does java return by reference?

994


What about member inner classes?

1092


Will the jvm load the package twice at runtime?

1091


Difference between ‘>>’ and ‘>>>’ operators in java?

1117


How is garbage collection controlled?

1166


What does compareto () do in java?

987


How would you convert bytes to string?

977


What is unicode in java?

921


why are there separate wait and sleep methods? : Java thread

1016


What is fail first in java?

1175


Is linked list a linear or non-linear data structure?

963


What is variable and example?

957


What is java util?

1012