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

What methodology can be employed to locate substrings inside a string?

0 Answers  


What is the use of arraylist class in java?

0 Answers  


What are Font and FontMetrics classes?

1 Answers  


Differentiate constructor and a method and how are it be used?

7 Answers   Wipro,


What is the indent key?

0 Answers  


Why string is a class?

0 Answers  


What is the synchronized method modifier?

0 Answers  


Explain oops concepts in detail?

0 Answers  


explain multi-threading in java?

0 Answers  


Difference between overloading and overridding?

4 Answers  


What is size of int in java?

0 Answers  


What is the constructor?

0 Answers  


Categories