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 known as interface to
support the concept of multiple inheritance.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you instantiate the math class?

991


which class is the wait() method defined in? : Java thread

888


What is ordered map in java?

950


How many ways can we create singleton class?

915


Why is java multithreaded?

932


How can we create objects if we make the constructor private ?

950


What are the advantages of unicode?

970


Which sorting algorithm is best in java?

935


What is difference between array and vector?

1044


What are the limitations of procedural programming approach?

998


How to connect to a remote database using Applet?

2479


What is consumer interface?

946


What does next mean in java?

924


What is the char data type?

940


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

883