Home » C++ Programming » Modifier Types » Question
  1. To which of the following access specifiers are applicable?
    1. Only functions
    2. Member data
    3. Functions
    4. Both Member data & Functions
    5. None of these
Correct Option: D

The access specifiers can be applicable to the member data and functions because they need to be accessed outside the block.



Your comments will be displayed only after manual approval.