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 / vishwanath

java doesn't support multiple inheritance directly because it leads to overiding of methods when both extended class have a same method name. this will leads to ambiguity in executing. this problem can be solved using interface which works similar to the multiple inheritance but the methods are defined in the subsequent classes so it does not create any ambiguity.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between method overriding and overloading?

1290


What is java developer skills?

1024


How to provide security in java

2324


What is the difference between stringbuffer and stringbuilder class?

1153


What is java util concurrentmodificationexception?

956


How can you share data between two thread in Java?

979


What are the differences between heap and stack memory in java?

1101


Is array size fixed in java?

1026


What are the 7 types of characters?

1127


What best practices should you follow while writing multithreaded code in java?

1107


What is a conditional equation?

1095


What is an exception? difference between Checked and Unchecked exception in Java

1055


What are different types of arrays?

1052


What is bufferedreader in java?

1101


Can variables be used in java without initialization?

1123