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 reusing the existing components to develop
new things

Is This Answer Correct ?    1 Yes 0 No

What is inheritance?..

Answer / guest

the process of creating new things by using existing ones

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

Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


How do you define a method?

0 Answers  


What is a native method?

2 Answers  


How we can declare a static variable?

0 Answers   HCL,


What is passing by reference in java?

0 Answers  






what is Inheritense

3 Answers   Tech Mahindra,


Write a method to check if input string is palindrome?

0 Answers  


What is not object oriented programming?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


When is the arraystoreexception thrown?

0 Answers  


Name the class that used to read objects directly from a stream?

4 Answers   Wipro,


Which number is denoted by leading 0x or 0x in java?

0 Answers  


Categories