All posts by Thomas N

Passing by Value vs. by Reference Visual Explanation

    When writing software code, you will spend a lot of time defining, reading and changing variables. Using a variable means you use a descriptive word in your code which holds some information (a number, some text, an object, etc.). This descriptive word is the “title” of the stored information. For example: [crayon-6629f1d11edd5443316014/] Variables … Continue reading Passing by Value vs. by Reference Visual Explanation →