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


how can be object class inherited to all class in a program
when java does not support multiple inheritance??

Answers were Sorted based on User's Feedback



how can be object class inherited to all class in a program when java does not support multiple i..

Answer / prasad

by using interface

Is This Answer Correct ?    16 Yes 6 No

how can be object class inherited to all class in a program when java does not support multiple i..

Answer / ashok yadav

A class always extends only one class. That is the Object
class or the class defined with the extends keyword. That
class in turn can extend also only one class until eventual
the Object class is reached.

Is This Answer Correct ?    4 Yes 0 No

how can be object class inherited to all class in a program when java does not support multiple i..

Answer / kumar

Actuly in above it is the case of multilevel inheritance.and obj clas is super class which is extended by other classes tht is tree structure i.e 1 - * form . Multiple inheritance is wher 1 class is having 2 or more base class at same time ie *-1. So it is not multiple it is hiricle inheritnce.

Is This Answer Correct ?    0 Yes 0 No

how can be object class inherited to all class in a program when java does not support multiple i..

Answer / pardeshi rahul

we can inherit by using Interfaces

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More Core Java Interview Questions

what is the JNDI?

3 Answers  


Can we define package statement after import statement in java?

0 Answers  


system.out.println(1 + 3);

8 Answers  


what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0

2 Answers  


What happens when heap memory is full?

0 Answers  


Can we override constructor in java?

0 Answers  


What does @override mean?

0 Answers  


What is compiler and what its output.

0 Answers   Cognizant,


Where are the local variables stored?

0 Answers  


Is empty in java?

0 Answers  


How to declare unique ArrayList ?

6 Answers   RMSI,


What is the benefit of inner / nested classes ?

0 Answers  


Categories