

MCQOPTIONS
Saved Bookmarks
1. |
The copy constructors can be used to ________ |
A. | Copy an object so that it can be passed to a class |
B. | Copy an object so that it can be passed to a function |
C. | Copy an object so that it can be passed to another primitive type variable |
D. | Copy an object for type casting |
Answer» C. Copy an object so that it can be passed to another primitive type variable | |