const member method class Hoge { ... void show() const; } void Hoge::show() const { /* オブジェクトの変数を書き換えない操作のみが許される */ }
下から選んでください: