Solved

The Copy Constructor for a Class Is Called

Question 22

Multiple Choice

The copy constructor for a class is called


A) when an object of the class is passed by value to a function.
B) when an object of the class is initialized by another object of the class
C) when a function returns an object of the class
D) all of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions