Home »
MCQs »
C++ MCQs
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
- 2
- 3
- 4
Answer: C) 3
Explanation:
There are 3 types of specifiers used in class are given below:
- Public
- Private
- Protected