Is It Possible To Have All The Abstract Classes As Base Classes #769
Is it possible to have all the abstract classes as base classes of a derived class from those?
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.
Is it possible to have all the abstract classes as base classes of a derived class from those?
Yes, always
Yes, only if derived class implements all the methods
No, because abstract classes doesn’t have constructors
No, never