what is Inheritense
Answers were Sorted based on User's Feedback
Answer / srinu
The Process of acquring the features from one class to
another class is called inheritance or derviation.
The class who give the feature from that class is called
Parent class.
The Class who take the feature from parent class is called
Child class
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / pavan
Inheritense is just like sub clasing the existing class.By
which we can get the fetures of the existing class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramya
The process of acquring the properties from parent class to child class is known as "inheritance".
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain thread in java?
What is mnemonic code?
What is the difference between Array and Hash Table?
Explain about the dynamic behavior of core java?
What is difference between static class and normal class?
can any body tell me? does advance java and j2ee both are same.
Why deletion in linkedlist is fast than arraylist?
What is the default access specifier for variables and methods of a class?
How do you declare an array that will hold more than 64KB of data?
Which is fastest collection in java?
what is the Arraylist limit (maximum) by default ?
13 Answers Fidelity, PlanetSoft, Wipro,
Can a method be overloaded based on different return type but same argument type?