Q:

Which members can never be accessed in derived class from the base class?

0

Which members can never be accessed in derived class from the base class?


  1. Private
  2. Protected
  3. Public
  4. All except private

All Answers

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

 (d).All except private

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
How many types of inheritance are supported in C++... >>
<< If there is a derived class in a program, how many...