Home » C++ Programming » Classes & Objects » Question
  1. How many specifiers are present in access specifiers in class?
    1. 4
    2. 3
    3. 2
    4. 1
Correct Option: B

There are three types of access specifiers. They are public, protected and private.



Your comments will be displayed only after manual approval.