

MCQOPTIONS
Saved Bookmarks
1. |
What does a mutable member of a class mean? |
A. | A member that can never be changed |
B. | A member that can be updated only if it not a member of constant object |
C. | A member that can be updated even if it a member of constant object |
D. | A member that is global throughout the class |
Answer» D. A member that is global throughout the class | |