Q:

Which is most appropriate definition of a base class?

0

Which is most appropriate definition of a base class?


  1. It is parent of any of its derived class
  2. It is child of one of the parent class
  3. It is most basic class of whole program
  4. It is class with maximum number of members

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).It is parent of any of its derived class

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
A base class is also known as _____________ class... >>
<< Template classes must have at least one static mem...