

MCQOPTIONS
Saved Bookmarks
1. |
The copy constructor can be used to ____________ |
A. | Initialize one object from another object of same type |
B. | Initialize one object from another object of different type |
C. | Initialize more than one object from another object of same type at a time |
D. | Initialize all the objects of a class to another object of another class |
Answer» B. Initialize one object from another object of different type | |