Solved

If a Certain Object's Data Members Need to Be Frequently

Question 13

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions