If object is passed by value ______________
(a) Copy constructor is used to copy the values into another object in the function
(b) Copy constructor is used to copy the values into temporary object
(c) Reference to the object is used to access the values of the object
(d) Reference to the object is used to created new object in its place
I have been asked this question during an interview.
My question is from Passing Object to Functions topic in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming