MCQOPTIONS
Saved Bookmarks
| 1. |
If programmer doesn’t define any copy constructor then _____________ |
| A. | Compiler provides an implicit copy constructor |
| B. | Compiler gives an error |
| C. | The objects can’t be assigned with another objects |
| D. | The program gives run time error if copying is used |
| Answer» B. Compiler gives an error | |