C_and_CPP 版 (精华区)

发信人: pineapple (菠萝), 信区: C_and_CPP
标  题: Re: const的用法一问
发信站: 哈工大紫丁香 (2004年02月18日10:28:10 星期三), 站内信件

类的成员函数才能有这种const修饰.

表示调用这个成员函数不会改变类实例的状态.

【 在 hyy (活着便精彩) 的大作中提到: 】
: int GetAge() const { return itsAge; }
: void SetAge(int age) { itsAge = 2; }
: int GetWeight() const { return itsWeight; }
: void SetWeight(int weight) { itsWeight = 3; }
: 中间为啥用意个const  ?


--
Reminiscing MCM

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.230.220]
※ 修改:·pineapple 於 02月18日10:29:26 修改本文·[FROM: 202.118.230.220]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.109毫秒