

MCQOPTIONS
Saved Bookmarks
1. |
What are the advantages of passing arguments by reference? |
A. | There is no need to call constructors for parameters (i.e. faster) |
B. | Changes to parameter values within the function also affect the original arguments. |
C. | There is need to copy parameter values (i.e. less memory used) |
D. | All of above |
E. | None of these |
Answer» E. None of these | |