Q:

Which among the following is inherited by a derived class from base class?

0

Which among the following is inherited by a derived class from base class?


  1. Data members only
  2. Member functions only
  3. All the members except private members
  4. All the members of base class

All Answers

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

 (c).All the members except private members

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
If there is a derived class in a program, how many... >>
<< Which among the following is best definition of a ...