![[Dept of Engineering]](http://www.eng.cam.ac.uk/images/house_style/engban-s.gif)
Next: Static Const members
Up: Classes
Previous: Static 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