1.

Copy constructor is a constructor which ________________

A. Creates an object by copying values from any other object of same class
B. Creates an object by copying values from first object created for that class
C. Creates an object by copying values from another object of another class
D. Creates an object by initializing it with another previously created object of same class
Answer» E.


Discussion

No Comment Found