MCQOPTIONS
Saved Bookmarks
| 1. |
Non-const functions _______________________ |
| A. | Can be called only from non-const object |
| B. | Can be called only from const object |
| C. | Can be called both by const and non-const object |
| D. | Can’t be called with object |
| Answer» B. Can be called only from const object | |