Mutable data members

Mutable keyword in C++

Mutable data members are those whose values can be changed in runtime even if the object's type is constant. It…

2 years ago