在古希腊古罗马神话中的诸神中,被称为“爱神”的是()
A.丘比特
B.维纳斯
C.雅典娜
D.阿波罗
参考答案:B
有如下类声明: class SAMPLE int n; public: SAMPLE(int i=0):n(i) void setValue(int n0); ; 下列关于getValue成员函数的实现中,正确的是( )。
A.SAMPLE:.setValue(int n0)n=n0;B.void SAMPLE::setValue(int n0) n=n0;C.void setValue(int n0) n=n0;D.setValue(int n0) n=n0;