Q:

When an object is returned___________

0

When an object is returned___________


  1. A temporary object is created to return the value
  2. The same object used in function is used to return the value
  3. The Object can be returned without creation of temporary object
  4. Object are returned implicitly, we can’t say how it happens inside program

All Answers

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

 (a).A temporary object is created to return the value

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

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which among the following is correct?... >>
<< Object declared in main() function:...