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

Is java supports multiple inheritance? explain?

Answer Posted / praveenkumar

yes java supports multiple inheritance but not directly.
By implementing single inheritance we can acheive multiple
inheritance.See for example

class A{

some method();

}
class B extends A
{


}

class C extends B
{


}
like tht we can acheive multiple inheritance.

Is This Answer Correct ?    3 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is parsing a sentence?

1161


What is the difference between static method and instance method in Java?

1282


What is default switch case? Give example.

1061


How to obtain a performance profile of java program

1098


How many unicode characters are there?

1110


How to sort an unsorted array in java?

1186


What is the purpose of default constructor?

1035


What is a protected void?

981


What are the different ways to handle exceptions?

1046


what are three ways in which a thread can enter the waiting state? : Java thread

1072


Difference between method overloading and overriding.

1134


What is the epoch date?

1065


Name few java util classes introduced with java 8 ?

963


What is the output of the below java program?

1094


What does arrays sort do in java?

1081