What is the multilevel inheritance. and also give the Example
of it ?
Answer Posted / guest
a multilevel inheritence is one in which there exist one base
class ,one derived class and multiple intermediate base class.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is immutable class in java?
What is method reference in java?
Can we declare an array without size in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What does super keyword do?
How to avoid memory leak in java?
define polymorphism in java
Is singleton a bad practice?
Difference between ‘>>’ and ‘>>>’ operators in java?
Difference between stack and queue?
What is a class instance variable?
Is int a class in java?
What does indexof mean?
What is an empty class? What functionality does it offer in Java?
Name some OOPS Concepts in Java?