ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
If an object is passed by value _____________
Correct Answer: B — A new copy of object is created implicitly
When an object is passed by value, a new object is created implicitly. This new object uses the implicit values assignment, same as that of the object being passed.