+ 1
What is difference between copy constructor and assignment operator?
2 Réponses
+ 11
A copy constructor is an overloaded contructor where as an assignment operator is a bitwise operator. Usingcopy constructor you can initialize a new object with an already existing object. ... On the other hand, anassignment operator is invoked only when an object is being assigned to another object.
https://techdifferences.com/difference-between-copy-constructor-and-assignment-operator.html
0
no se mucho ingles cout << " :(" ;