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-66a4b5cb4fe4f726247877/] Variables … Continue reading Passing by Value vs. by Reference Visual Explanation →