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 override the static methods?
Can private class be inherited in java?
What is bool mean?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is a singleton factory?
What is the disadvantage of java?
Explain the difference between protected and default access.
How do we access static members in java?
Why are the objects immutable in java?
What does snprintf return?
Explain about arraylist?
Can we have more than one package statement in source file ?
Can a class have 2 constructors?
Is java written in c?
What is void data type?