Answer Posted / 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 |
Post New Answer View All Answers
Why string is immutable or final in java
Can we serialize singleton class?
Can a constructor be private and how are this() and super() method used with constructor?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the difference between normal report & matrix report?
Explain some best practices you would apply while using collection in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Difference between process and thread?
What are the characteristics of Final,Finally and Finalize keywords.
Is oracle java 11 free?
What is the difference between yield() and sleep()?
What is classname class in java?
What is ‘is-a ‘ relationship in java?
What is class forname?
What is sortedmap interface?