| | | | | |

Mutable Member Variables

  • Keyword mutable means that even when the object is constant or a const member function is called, the mutable member variable is allowed to change
  • Logical constness v. physical constness

| | Top of Page | 6. C++ Classes Part 2: Advanced Features - 21 of 22