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 does java doesnot support multiple inheritance?

Answer Posted / msraju

Every class in java must have only one root class (i.e
Object class) directly or indirectly.
If Class C extends Class A and Class B(this approach is not
supported in java ),here Class A will one root Object
class,similarly Class B will have Another root class.i.e
Here Class C is having two root classes....For this reason
java not supporting Multiple inheritance with respective
Objacts.
Every objects need some common functionalities which are
available in Object class.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make a class virtual?

1181


What are the access modifiers available in java?

1183


What is getkey () in java?

1057


Is string a datatype?

1037


What is an empirical question?

1020


Is java free for commercial?

963


What methodology can be employed to locate substrings inside a string?

998


Explain the difference between abstract classes and interfaces in java?

1263


What is a priority queue java?

1036


What is finalize()? Is finalize() similar to a destructor?

1003


What is the method to expand and collapse nodes in a jtree?

1097


Can we inherit inner class?

1075


What is static in java?

1161


How to display all the prime numbers between 1 and 100

1080


What are the disadvantages of object oriented programming?

1337