Multiple choice

The default visibility mode in C++ is

  1. public

  2. protected

  3. private

  4. public-private

  5. unprotected

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

This is the default visibility mode in C++.