Cpp Programming Quiz 241 – Which constructor function is designed to copy objects of the same class type?

Question: Which constructor function is designed to copy objects of the same class type?
[A].
Create constructor
[B].

Object constructor
[C].

Dynamic constructor
[D].

Copy constructor 

Answer: Option D

Explanation:

No answer description available for this question.