

MCQOPTIONS
Saved Bookmarks
1. |
Pass by reference of an object to a function _______________ |
A. | Affects the object in called function only |
B. | Affects the object in prototype only |
C. | Affects the object in caller function |
D. | Affects the object only if mentioned with & symbol with every call |
Answer» D. Affects the object only if mentioned with & symbol with every call | |