Multiple choice

Which of the following members of a class can neither be inherited in public mode nor in private mode?

  1. Protected

  2. Public

  3. Private

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Private member of a class can neither be inherited in public mode nor in private mode.