多做题,通过考试没问题!

C++语言程序设计

睦霖题库>大学试题(计算机科学)>C++语言程序设计

若有类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
答案解析:
进入题库查看解析

微信扫一扫手机做题