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 |
How many types of operators are there?
What is final keyword in java?
How do you reverse a string in java without using string buffer?
What is the use of System class?
What do you understand by java?
What methodology can be utilized to link to a database?
Can abstract class have private constructor?
What is the purpose of garbage collection in java, and when is it used?
How do you create a method in java?
Differece between class and generic class?
what is the main differene between synchronize() method and Synchronize{}block?
How can u create the Object of class Without using "New" opertor?