MCQOPTIONS
Saved Bookmarks
| 1. |
It’s necessary to pass object by reference in copy constructor because ____________ |
| A. | Constructor is not called in pass by reference |
| B. | Constructor is called in pass by reference only |
| C. | It passes the address of new constructor to be created |
| D. | It passes the address of new object to be created |
| Answer» B. Constructor is called in pass by reference only | |