Advertisements
Advertisements
प्रश्न
Copy constructor copies functions from one object to another.
विकल्प
True
False
MCQ
सत्य या असत्य
उत्तर
This statement is False.
Explanation:
A copy constructor transfers data members (attributes), not functions, from one object to another of the same class. It creates a new object by copying its state (variable values) from an existing object.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?