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 is the difference between variable declaration and variable initialization?
How to find the index of the largest number in an arraylist java?
what is a green thread? : Java thread
What is busy spin, and why should you use it?
How do you sort in ascending order in java?
Why does java have two ways to create child threads?
define polymorphism in java
What is the syntax and characteristics of a lambda expression? Explain
What is a class component?
Is class is a data type?
What sorting algorithm does javascript use?
Explain differences between checked and unchecked exceptions in java?
Can we create constructor in abstract class ?
What is singletonlist in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?