Q:

How does compiler decide the intended object to be used, if more than one object are used?

0

How does compiler decide the intended object to be used, if more than one object are used?


  1. Using object name
  2. Using an integer pointer
  3. Using this pointer
  4. Using void pointer

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).Using this pointer

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If pointer to an object is declared, ___________... >>
<< Which operator should be used to access the member...