Answer Posted / janet
Inheritence is the process of inheriting all the features
from a class. The advantages of inheritence are reusability
of code and accessibility of variables and methods of the
super class by subclassses.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we extend singleton class?
give an example for encapsulation?
What is the internal implementation of set in java?
Explain yield() method in thread class ?
What is used of static keyword in java?
Explain about the select method with an example?
What are the main differences between notify and notifyAll in Java?
What is the similarity between dynamic binding and linking?
What is finalize()?
What is a short in java?
What is a class in java?
What is difference between adapter class and listener?
What is return keyword in java?
Can inner class have constructor?
What is immutable data?