MCQOPTIONS
Saved Bookmarks
| 1. |
If the object is passed by value to a copy constructor:$ |
| A. | Only public members will be accessible to be copied |
| B. | That will work normally |
| C. | Compiler will give out of memory error |
| D. | Data stored in data members won’t be accessible |
| Answer» B. That will work normally | |