Answer Posted / sathish
Inherritance is an concept of Reusability.
We can access the all the properties of the base class from
the sub class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What happens if an exception is throws from an object's destructor?
What is volatile data type?
What is collection class in java? List down its methods and interfaces.
Does java support Operator Overloading?
what state does a thread enter when it terminates its processing? : Java thread
Can you explain the meaning of aggregation and composition
What is a map? What are the implementations of map?
Is string is a data type?
Difference between ‘>>’ and ‘>>>’ operators in java?
What are java methods?
Differentiate jar and war files?
Do we need to manually write Copy Constructor?
Why we override equals() method?
How do you reverse sort a list in java?
What does n mean?