

MCQOPTIONS
Saved Bookmarks
1. |
If an object is passed by reference, the changes made in the function ___________ |
A. | Are reflected to the main object of caller function too |
B. | Are reflected only in local scope of the called function |
C. | Are reflected to the copy of the object that is made during pass |
D. | Are reflected to caller function object and called function object alsoAre reflected to caller function object and called function object also |
Answer» B. Are reflected only in local scope of the called function | |