有类定义 class SAMPLE { int n;

有类定义 class SAMPLE { int n; public: SAMPLE(int i=0){n=i;} void setValue(int n0); }; ,下列关于setValue函数的实现中,正确的是()。

答案
B

题目信息

题号:6041
题型:单选题
难度:普通