[Univ of Cambridge] [Dept of Engineering]
next up previous contents
Next: Static Const members Up: Classes Previous: Static members

Const members

The value of a const data member can't be changed. A const member function can't change the data of the class.

   int day() const { return d};

doesn't modify state of the class.



Tim Love
2001-07-05