0 votes
in C Plus Plus by

Explain Mutable Storage class specifier.

1 Answer

0 votes
by

The variable of a constant class object’s member cannot be changed. However, by declaring the variables as “mutable”, we can change the values of these variables.

...