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.

Related questions

+2 votes
0 votes
asked Apr 9, 2021 in JAVA by Robindeniel
+2 votes
+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
0 votes
asked Nov 19, 2023 in C Plus Plus by GeorgeBell
...