Copy constructor is a constructor which ________________
(a) Creates an object by copying values from any other object of same class
(b) Creates an object by copying values from first object created for that class
(c) Creates an object by copying values from another object of another class
(d) Creates an object by initializing it with another previously created object of same class
I got this question in unit test.
My question is from Copy Constructor in portion Constructors and Destructors of Object Oriented Programming