Home » C++ Programming » Pointers » Question
  1. Which is the best design choice for using pointer to member function?
    1. Class
    2. Structure
    3. Interface
    4. All of above
    5. None of these
Correct Option: C

Interface



Your comments will be displayed only after manual approval.