1 . Which of the following is correct for copy constructor?
- A. The argument object is passed by reference
- B. It can defined with zero arguments
- C. Used when an object is passed by value to a function
- D. Used when a function returns an object
Correct Answer: