Which of the following access specifiers is used by default in a class?

Explanation:
By default, class members are private in C++.