If an object is passed by value, _________________
(a) Temporary object is used in the function
(b) Local object in the function is used
(c) Only the data member values are used
(d) The values are accessible from the original object
This question was addressed to me in an online quiz.
My doubt stems from Passing Object to Functions in section Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming