Q:

If an object is passed by reference, the changes made in the function ___________

0

If an object is passed by reference, the changes made in the function ___________


  1. Are reflected to the main object of caller function too
  2. Are reflected only in local scope of the called function
  3. Are reflected to the copy of the object that is made during pass
  4. Are reflected to caller function object and called function object also

All Answers

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

 (a).Are reflected to the main object of caller function too

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

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Constructor function is not called when an object ... >>
<< Pass by address passes the address of object _____...