Cpp Programming Quiz 227 – __________ used to make a copy of one class object from another class object of the same class type.

Question: __________ used to make a copy of one class object from another class object of the same class type.
[A].
constructor
[B].

copy constructor
[C].

destructor
[D].

default constructor 

Answer: Option B

Explanation:

No answer description available for this question.