Q:

It is necessary to return the object if it was passed by reference to a function

0

It is necessary to return the object if it was passed by reference to a function.


  1. Yes, since the object must be same in caller function
  2. Yes, since the caller function needs to reflect the changes
  3. No, the changes are made automatically
  4. No, the changes are made explicitly

All Answers

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

 (c).No, the changes are made automatically

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
How many objects can be passed to a function simul... >>
<< What will be the output of the following code?...