Which Among The Following Is False For Single Level Inheritance #741
Which among the following is false for 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 is false for single level inheritance?
There can be more than 2 classes in program to implement single inheritance
There can be exactly 2 classes to implement single inheritance in a program
There can be more than 2 independent classes involved in single inheritance
The derived class must implement all the abstract method if single inheritance is used