Question

Q3: A copy constructor:
a. Is a constructor with only default arguments.
b. Is a constructor that initializes a newly declared object to the value of an existing object of the same class.
c. Is a constructor that takes no arguments.
d. None of the above.

Answer

This answer is hidden. It contains 94 characters.