MCQOPTIONS
Saved Bookmarks
| 1. |
While using encapsulation, which among the following is possible? |
| A. | Code modification can be additional overhead |
| B. | Data member’s data type can be changed without changing any other code |
| C. | Data member’s type can’t be changed, or whole code have to be changed |
| D. | Member functions can be used to change the data type of data members |
| Answer» C. Data member’s type can’t be changed, or whole code have to be changed | |