Page 1 of 1

What is a copy constructor?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) A constructor that allows a user to move data from one object to another
b) A constructor to initialize an object with the values of another object
c) A constructor to check the whether to objects are equal or not
d) A constructor to kill other copies of a given object.