Home » C++ Programming » Classes & Objects » Question
  1. How to access the object in the class?
    1. ternary operator
    2. direct member access operator
    3. scope resolution operator
    4. All of above
    5. None of these
Correct Option: B

Objects in the method can be accessed using direct member access operator which is (.).



Your comments will be displayed only after manual approval.