MCQOPTIONS
Saved Bookmarks
| 1. |
If an object is created and another object is assigned to it, then ________________ |
| A. | Copy constructor is called to copy the values |
| B. | Object is copied directly to the object |
| C. | Reference to another object is created |
| D. | The new object is initialized to null values |
| Answer» D. The new object is initialized to null values | |