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.
b. Is a constructor that initializes a newly declared object to the value of an existing object of the same class.
Computer Science & Information Technology