If an object is being returned by value then __________________________
(a) Its member values are made constant
(b) Its member values have to be copied individually
(c) Its member values are not used
(d) Its member values are copied using copy constructor
I had been asked this question during a job interview.
I'm obligated to ask this question of Returning Objects topic in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming