Computer Applications
Fill in the blanks:
A base class derived by a target, in turn used as base class for another target is called _________.
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.