Computer Applications
Fill in the blanks:
A base class derived by a target, in turn used as base class for another target is called _________.
Encapsulation & Inheritance in Java
22 Likes
Answer
multilevel or nested inheritance
Answered By
1 Like
Related Questions
Fill in the blanks:
A derived class inherits from a single base is known as _________ inheritance.
Fill in the blanks:
Java doesn't allow _________ inheritance.
State whether the following statement is True or False :
Inheritance supports reusability.
State whether the following statement is True or False :
During inheritance, the public and protected members remain in the same form in the derived class.