In copy constructor definition, if non const values are accepted only ________
(a) Only const objects will be accepted
(b) Only non – const objects are accepted
(c) Only const members will not get copied
(d) Compiler generates an error
The question was asked during an online interview.
This intriguing question originated from Assigning Objects in portion Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming