Vidyalelo
C++ Programming · Q242

Classes and Objects in C++

Programming · C++ Programming · question 242

Q242

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
Answer
D.
A member that is global throughout the class

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board