What is inheritance?
Answers were Sorted based on User's Feedback
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 |
Answer / guest
the process of creating new things by using existing ones
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
the process of reusing the existing components to develop
new things
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
can two class in a code be public??if yes then how??
What are access specifiers in java ?
0 Answers Akamai Technologies,
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
When should I use stringbuffer?
Differentiate between nested and inner class in java.
0 Answers Akamai Technologies,
What is a generic code?
Can singleton class be serialized?
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
What is appletviewer?
What is data type example?
Which collection allows duplicate values in java?
Is &&= a valid Java operator?