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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?