const ++.
1:
const Object obj1;
- obj1 -
const. , . - const,
int GetValue() const {return a_private_variable;}
2:
int myMethod() const {//do something}
const. - const, . , const.
3:
int myMethod(const Object &x) {//do something with x}
- ,
const. , myMethod -, x. , . .
, ; , , . , const , . , , ++ const. , . , -, C/++ .