InterviewSolution
Saved Bookmarks
| 1. |
What Is The Disadvantage Of A Call By Reference? |
|
Answer» During a call by REFERENCE damage or loss of data is not restricted to the subroutine, but will instantly LEAD to CHANGES to the original data OBJECTS. During a call by reference damage or loss of data is not restricted to the subroutine, but will instantly lead to changes to the original data objects. |
|