C++ Language/Objects/ConstMembers
Tools
Actions
General
Sister projects
Print/export
In other projects
Appearance
From Wikibooks, open books for an open world
< C++ Language | Objects
| C++ Language |
Both data members and member functions could be marked by the const keyword, but the implications of that depend on which kind of member it is.