

MCQOPTIONS
Saved Bookmarks
1. |
When an object is returned___________ |
A. | A temporary object is created to return the value |
B. | The same object used in function is used to return the value |
C. | The Object can be returned without creation of temporary object |
D. | Object are returned implicitly, we can’t say how it happens inside program |
Answer» B. The same object used in function is used to return the value | |