What is inheritance?

Answers were Sorted based on User's Feedback



What is inheritance?..

Answer / janet

Inheritence is the process of inheriting all the features
from a class. The advantages of inheritence are reusability
of code and accessibility of variables and methods of the
super class by subclassses.

Is This Answer Correct ?    4 Yes 0 No

What is inheritance?..

Answer / guest

the process of creating new things by using existing ones

Is This Answer Correct ?    2 Yes 0 No

What is inheritance?..

Answer / guest

the process of reusing the existing components to develop
new things

Is This Answer Correct ?    1 Yes 0 No

What is inheritance?..

Answer / ravikiran(aptech mumbai)

inheritance is the property of inheriting the properties of
super class to subclass

Is This Answer Correct ?    1 Yes 1 No

What is inheritance?..

Answer / umesh yeware

Inheritance is the key feauture of object oriented
programming in which you can aquire some or all the
properties of one class into the other class by ihheriting
it

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain the difference between private, public, package and protected in java?

0 Answers  


What is the primitive type byte?

0 Answers  


I/O blocking means?

1 Answers  


What is exception hierarchy in java?

0 Answers  


How do you define a variable?

0 Answers  






how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?

1 Answers   Verizon,


how to print output with out using sop statements

5 Answers   UHG,


What is constant in programming?

0 Answers  


java program with complete 4 oops concepts implemented example

0 Answers   Infosys, NIIT,


What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.

3 Answers   IBM,


Are there structures in java?

0 Answers  


Why char array is favored over string for the storage of passwords?

0 Answers  


Categories