+2 votes
in Class 12 by kratos

When is copy constructor used in a program?

1 Answer

+6 votes
by kratos
 
Best answer

The copy constructor takes an object as argument and is used to copy values of data members of one object into other object.

...