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

How do you reverse sort a list in java?

0 Answers  


What is casting?

3 Answers  


Write an algorithm for quick sort?

0 Answers   Virtusa,


Is java jre still free?

0 Answers  


What is the java virtual machine?

0 Answers  






What error occurs if a try-catch-finally statement sequence does not have a catch clause?

4 Answers  


What is the immediate superclass of Menu?

3 Answers  


What is return keyword in java?

0 Answers  


Explain JSP life cycle

1 Answers   Cap Gemini,


What is your platform’s default character encoding?

0 Answers  


What happens if we don’t override run method ?

0 Answers  


why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans

2 Answers   Infosys,


Categories