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...

What is multiple inheritance & can we implement it in java?

Answer Posted / arnab

When a particular class has properties of more than one
class it is called multiple inheritance.
Since c++ like implementation of multiple inheritance programs
is difficult, and adds complexity to the language, java
provides an alternative approach to support the concept of
multiple inheritance.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the importance of throws keyword in java?

1042


Can each java object keep track of all the threads that want to exclusively access it?

994


How does the garbage collector works in java?

1144


What is a classloader in java?

1064


What is getkey () in java?

1057


Why is singleton class used?

1084


Difference between keyword and identifier.

1084


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

1034


What is the purpose of the finally clause of a try-catch-finally statement in java programming?

1011


Can we write method inside a method in java?

1046


Can a variable be local and static at the same time?

1052


Can java list be null?

1038


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

1099


worst case complexities of Quick sort and Merge sort.

1088


Is there any difference between nested classes and inner classes?

1163