Which Among The Following Defines Single Level Inheritance #735
Which among the following defines single level inheritance?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Inheritance & its Types - OOPs MCQ: Single Level Inheritance - Quiz No.1.
Which among the following defines single level inheritance?
One base class derives another class
One derived class inherits from one base class
One base class inherits from one derived class
One derived class derives from another derived class