If Single Level Inheritance Is Used And An Abstract Class Is #740
If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions?
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.
If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions?
Yes, always possible
Yes, possible if only one undefined function
No, at least 2 undefined functions must be there
No, the derived class must implement those methods