Multiple choice

__________ visibility mode is used when public and protected members of base class become protected members of derived class.

  1. Public

  2. Private

  3. Protected

  4. Not inherited

  5. Public-Private

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

This visibility mode is used when public and protected members of base class become protected members of derived class.