Question: if an object is passed by reference, the changes made in the function are reflected \_.
- to the main object of the caller function, too
- on the caller function object and also the called function object
- on the copy of the object that is made during the pass
- only in the local scope of the called function
Answer: The correct answer of the above question is Option A:to the main object of the caller function, too