InterviewSolution
Saved Bookmarks
| 1. |
Explain Call By Context By Comparing It To Other Calls? |
|
Answer» The PARAMETERS passed in a call by context are PROTECTED from modification by the called PROGRAM. In a normal call they are able to be modified. The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified. |
|