Home » C++ Programming » Pointers » Question
  1. Which operator is used in pointer to member function?
    1. ==
    2. .*
    3. ->*
    4. Both .* & ->*
    5. None of these
Correct Option: D

The pointer to member operators .* and ->* are used to bind a pointer to a member of a specific class object.



Your comments will be displayed only after manual approval.