Can The Derived Class Be Made Abstract If Multiple Inheritance #779
Can the derived class be made abstract if multiple inheritance is used?
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.2.
Can the derived class be made abstract if multiple inheritance is used?
No, because other classes must be abstract too
Yes, if all the functions are implemented
Yes, if all the methods are predefined
No, since constructors won’t be there