Q:

Whenever non-static member functions are called _______________

0

Whenever non-static member functions are called _______________


  1. Address of the object is passed implicitly as an argument
  2. Address of the object is passed explicitly as an argument
  3. Address is specified globally so that the address is not used again
  4. Address is specified as return type of the function

All Answers

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

 (a).Address of the object is passed implicitly as an argument

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
Which is the correct interpretation of the member ... >>
<< The result of sizeof() function __________________...