ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
If an object is passed by reference, the changes made in the function ___________
Correct Answer: C — Are reflected to the main object of caller function too
When an object is passed by reference, its address is passed implicitly. This will make changes to the main function whenever any modification is done.