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
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What are extraneous variables examples?
How a variable is stored in memory?
What happens if I remove static from main method?
can java object be locked down for exclusive use by a given thread? : Java thread
Are arrays static in java?
Which java ide is used the most?
What is main difference between variable and constant?
What is the access scope of a protected method?
What are the two main uses of volatile in Java?
What are different types of control structures?
What does I ++ mean?
How is Object Oriented Programming different from Procedure Oriented Programming?
Is void a wrapper class?
What is finalize()?