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 mulitple inheritance directly?

Answers were Sorted based on User's Feedback



why java does not support mulitple inheritance directly?..

Answer / kranthi kumar adari.

Java doesnot support multiple inheritance bcoz it leads to
ambiguity when two base classes are having same function
signature.

Is This Answer Correct ?    9 Yes 0 No

why java does not support mulitple inheritance directly?..

Answer / sumit pal singh

java Doesn't Support multiple inheritance.when two super classes have same variable name and same method name .then subclass confused from which class variable and method will be executed.due to this ambiguity is produced and java is a simple programming language not produce any confusion to developer.so multiple inheritance is restricted in java.

Is This Answer Correct ?    0 Yes 0 No

why java does not support mulitple inheritance directly?..

Answer / ravikiran

Because we cann't extend more than one class at once

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More Core Java Interview Questions

What does file separator do in java?

0 Answers  


What happens when I use / and % with a negative numerator?

0 Answers  


List the different types of classloaders in java.

0 Answers  


whst is encapsulation?when u encpsulate actually while devoloping code?

7 Answers   Amdocs, MGL,


what is predefined function in java?

0 Answers  


What is the difference between the size and capacity of a vector?

0 Answers  


What is used of static keyword in java?

0 Answers   Cyient,


What is ascii format?

0 Answers  


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

0 Answers  


What is an enumeration?

0 Answers  


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

0 Answers  


What is character in data type?

0 Answers  


Categories