MCQOPTIONS
Saved Bookmarks
| 1. |
If object is passed by value, ________________ |
| A. | Copy constructor is used to copy the values into another object in the function |
| B. | Copy constructor is used to copy the values into temporary object |
| C. | Reference to the object is used to access the values of the object |
| D. | Reference to the object is used to created new object in its place |
| Answer» B. Copy constructor is used to copy the values into temporary object | |