Home » C++ Programming » Classes & Objects » Question
  1. Which of these following members are not accessed by using direct member access operator?
    1. private
    2. protected
    3. both private & protected
    4. public
    5. None of these
Correct Option: C

Because of the access is given to the private and protected, We can’t access them by using direct member access operator.



Your comments will be displayed only after manual approval.