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
What is the size of int?
Is arraylist zero based?
What is vector?
What is try-with-resources in java?
What is the default size of set in java?
Is double bigger than float?
What is a final class ?
Is arraylist ordered?
How do you convert int to char in java?
What is double checked locking in singleton?
What is a lock or purpose of locks in java?
State the merge-sort principle and its time complexity.
How do you ensure that n threads can access n resources without deadlock?
What is run time allocation?
How do you avoid global variables?