How many types of specifiers can be used in class in C++?

182. How many types of specifiers can be used in class in C++?

  1. 1
  2. 2
  3. 3
  4. 4

Answer: C) 3

Explanation:

There are 3 types of specifiers used in class are given below:

  1. Public
  2. Private
  3. Protected

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.