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

Java Does Support Multiple inheritance through the usage of
intrface concept. multiple inheritence is one class
acquiring the features of more than one class.

Java can extend one class but can implement more than one
interface.

intreface is a class whose methods are declared but
functionality not defined. The implementing class has to
define that functionality.

Through the use of interfaces we can avoid the confusion of
which class to use in case two extended classes have same method

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we access instance variables within static methods ?

1032


Is ruby built on java?

896


What is main function purpose?

963


What is the purpose of the runtime class in java programming?

1010


What is private static class in java?

968


What does string mean in java?

1036


Describe the syntax of multiple inheritance? When do we use such an inheritance?

1025


What is a classloader in java?

953


how to write a server program and sending the mails to the server using smtp protocol please help me

2003


Why is a constant variable important?

894


What is difference between protected and private?

993


What are packages in java?

1454


Explain an algorithm to find depth of a binary tree.

989


What is parse method?

957


Can the garbage collection be forced by any means?

929