Computer Science, asked by bajpaiatharva3183, 10 months ago

कॉपी कॉन्सटूक्टर को उदहारण सहित समझाइए।

Answers

Answered by shruti2020680
0

Explanation:

sorry, I don't understand the question.... plz post again...

Answered by Anonymous
0

Explanation:

When Copy Constructor is called

When we initialize the object with another existing object of the same class type. For example, Student s1 = s2, where Student is the class. When the object of the same class type is passed by value as an argument. When the function returns the object of the same class type by value.

Similar questions