Which Is Most Appropriate Definition Of A Base Class #421
Which is most appropriate definition of a base class?
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 OOps Classes - Object Oriented Programming MCQ: Base Class - Quiz No.1.
Which is most appropriate definition of a base class?
It is parent of any of its derived class
It is child of one of the parent class
It is most basic class of whole program
It is class with maximum number of members