Function call by value vs. by reference

suggest change

The scope of this section is to explain the differences in theory and implementation for what happens with the parameters of a function upon calling.

In detail the parameters can be seen as variables before the function call and inside the function, where the visible behaviour and accessibility to these variables differs with the method used to hand them over.

Additionally, the reusability of variables and their respective values after the function call also is explained by this topic.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents