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
Is java 11 paid version?
Are primitives objects?
What is functional interface in javatpoint?
Can we override constructor in java?
What happens to the Exception object after handling an exception?
Where is jre installed?
Can we create more than one object singleton class?
How is final different from finally and finalize?
What is difference between path and classpath in java?
What is pojo class in java?
Can extern variables be initialized?
Write a java program to check if a number is prime or not?
How many types of assembly languages are there?
Explain when noclassdeffounderror will be raised ?
What does null mean in java?