MCQOPTIONS
Saved Bookmarks
| 1. |
_________ used to make a copy of one class object from another class object of the sameclass type. |
| A. | constructor |
| B. | copy constructor |
| C. | destructor |
| D. | default constructor |
| Answer» C. destructor | |