whats is inheritance?

Answers were Sorted based on User's Feedback



whats is inheritance?..

Answer / reddy

Inheritance is the process of acquiring the properties from
super class to sub class.

Is This Answer Correct ?    7 Yes 0 No

whats is inheritance?..

Answer / raja

Inheritence is the process of creating a new class from
an existing class. The new class may access the all the
data members in the parent class. The new class is called
sub class. The existing class is called super class or base
class..

Is This Answer Correct ?    5 Yes 1 No

whats is inheritance?..

Answer / shalini

Inheritance is the process of acquiring the properties of
one class to another class.

Is This Answer Correct ?    4 Yes 1 No

whats is inheritance?..

Answer / neelam

inheritance is a process one object acquires the property
of another object.

Is This Answer Correct ?    4 Yes 1 No

whats is inheritance?..

Answer / sathish

Inherritance is an concept of Reusability.
We can access the all the properties of the base class from
the sub class

Is This Answer Correct ?    2 Yes 0 No

whats is inheritance?..

Answer / ravikiran

inheritance is the property of inherting the properties of
super class in it's sub class

Is This Answer Correct ?    2 Yes 0 No

whats is inheritance?..

Answer / karunakaran

Acquiring the properties of one class from another class in
inheritance.Here the class which is being acquired is
called as super class and the class which does acquiring is
called as sub class.

Is This Answer Correct ?    2 Yes 1 No

whats is inheritance?..

Answer / mallesh

Inheriting(getting,taking into,Proccessing) the members of a
class into another class without rewritting them is called
Inheritance.

Is This Answer Correct ?    2 Yes 2 No

whats is inheritance?..

Answer / janardhan

inheritance means producing new class from an existing class.

ex: public class Student extends Teatcher{}

Is This Answer Correct ?    1 Yes 1 No

whats is inheritance?..

Answer / vasanthi

Inheritance is the process of acquiring one object to
another object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why java is considered as platform independent?

0 Answers  


What is equals method in java?

0 Answers  


What is codebase?

0 Answers  


Which class is the immediate superclass of the Container class?

1 Answers  


Explain the concept of polymorphism with examples?

6 Answers   Summation Tech,






How garbage collection is done in java?

0 Answers  


What is pangram in java?

0 Answers  


What is a conditional statement explain with example?

0 Answers  


Difference between abstract class and Interfaces?

7 Answers   CTS, iFlex, PA Consulting, Sai Softech, Value Chain,


What is api in java?

0 Answers  


What is the structure of java?

0 Answers  


Explain about member inner classes?

0 Answers  


Categories