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» E. | |