Loading practice questions
If an object is passed by value _____________
Correct Answer: B — A new copy of object is created implicitly
Explanation:
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.