R Ram Sharma π Coach β 193.88K Points π C++ Q. When a copy constructor may be called? (A) When an object of the class is returned by value. (B) When an object of the class is passed (to a function) by value as an argument. (C) When an object is constructed based on another object of the same class (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above