If a certain object’s data members need to be frequently modified by const functions, it is best to:

a. Declare the member values non-const.
b. Declare the member values mutable.
c. Use const_cast to make the member values modifiable.
d. Use static_cast to make the member values modifiable.


b. Declare the member values mutable.

Computer Science & Information Technology

You might also like to view...

A ________ is a presentation composed of pictures

A) photo album B) custom slide show C) video show D) SmartArt

Computer Science & Information Technology

When you click and drag a file from the contents of the trash to a new location on your computer, the file is ____.

A. duplicated B. restored C. saved D. deleted

Computer Science & Information Technology

To copy selected text using the keyboard, press ____.

A. [Ctrl][C] B. [Ctrl][S] C. [Ctrl][P] D. [Ctrl][V]

Computer Science & Information Technology

The easiest way to indent in Python is to use the:

A. Enter key. B. Tab key. C. Space bar. D. Alt key.

Computer Science & Information Technology