How Many Base Classes Can A Derived Class Have Which Is #772
How many base classes can a derived class have which is implementing multiple 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: Multiple Inheritance - Quiz No.1.
How many base classes can a derived class have which is implementing multiple inheritance?
Only 2
At least 2
At most 2
As many as required