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

Does Java support multiple Inheritance?

Answer Posted / gyana

No actually java doesn't support multiple inheritance.But
we can use this by using Interface in java.

for example Class x,implements y, implements z.

here x is the main class and the two interface y and z
implements it in its program.y and z are two interfaces not
classes.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What languages are pass by reference?

1104


What is java lang string?

1056


Explain the private field modifier?

1148


What is the main advantage of passing argument by reference?

1040


What is difference between equals and hashcode method?

1198


What is a wrapper method?

1166


When do you call copy constructor?

1020


Is integer a class?

1127


What is difference between classpath and path variables in java?

1251


What is double data type?

981


Why we used break and continue statement in java?

1211


When should I use stringbuffer?

1052


What is the unit of plancks constant?

1096


what are the high-level thread states? : Java thread

1067


Can we execute java program without main method?

1185