7.1k views
0 votes
The ____ constructor is executed when an object is declared and initialized by using the value of another object.

User Sturoid
by
6.0k points

1 Answer

3 votes

The copy constructor is executed when an object is declared and initialized by using the value of another object.

User NickUnuchek
by
5.8k points