what is Inheritense

Answers were Sorted based on User's Feedback



what is Inheritense..

Answer / srinu

The Process of acquring the features from one class to
another class is called inheritance or derviation.
The class who give the feature from that class is called
Parent class.
The Class who take the feature from parent class is called
Child class

Is This Answer Correct ?    14 Yes 0 No

what is Inheritense..

Answer / pavan

Inheritense is just like sub clasing the existing class.By
which we can get the fetures of the existing class.

Is This Answer Correct ?    1 Yes 0 No

what is Inheritense..

Answer / ramya

The process of acquring the properties from parent class to child class is known as "inheritance".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


Is the empty set a singleton?

0 Answers  


what is nested class in java?

0 Answers   IBS,


Is simpledateformat safe to use in the multithreaded program?

0 Answers  


What is Session reduplication and how its done?

0 Answers  






What is the final variable?

0 Answers  


primitive data types in Java ?

3 Answers  


what ide u r using and wat version, how wil u build the project etc ?

2 Answers  


What’s the difference between the methods sleep() and wait()?

0 Answers  


What is an class?

0 Answers  


How many classes can any class inherit java?

0 Answers  


What does compareto () do in java?

0 Answers  


Categories