若有类W说明class W{int a;public:voidfConst(int&)const;};,则函数fConst的正确定义是()
- A、void W::fConst(int&k)const{k=a;}
- B、void W::fConst(int&k)const{k=a++;}
- C、void W::fConst(int&k)const{cin>>a;}
- D、void W::fConst(int&k)const{a=k;}
正确答案:A
答案解析:有
微信扫一扫手机做题
若有类W说明class W{int a;public:voidfConst(int&)const;};,则函数fConst的正确定义是()
微信扫一扫手机做题