Q:

What exactly is passed when an object is passed by reference?

0

What exactly is passed when an object is passed by reference?


  1. The original object name
  2. The original object class name
  3. The exact address of the object in memory
  4. The exact address of data members

All Answers

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

 (c).The exact address of the object in memory

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 the object is not to be passed to any function ... >>
<< Can data members be passed to a function using the...