If programmer doesn’t define any copy constructor then _____________
(a) Compiler provides an implicit copy constructor
(b) Compiler gives an error
(c) The objects can’t be assigned with another objects
(d) The program gives run time error if copying is used
This question was addressed to me in homework.
This is a very interesting question from Copy Constructor in section Constructors and Destructors of Object Oriented Programming