A

Admin • 833K Points
Coach

Q. What is the default access specifier for class members in C++?

  • (A) public
  • (B) private
  • (C) protected
  • (D) None of the above
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

By default, all class members in C++ are private unless specified otherwise.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.