问题
单项选择题
有如下头文件:
int fl0;
static int f2();
class MA
public:
int f30;
static int f4();
;
在所描述的函数中,具有隐含的this指针的是( )。
A.f1
B.f2
C.f3
D.f4
答案
参考答案:C
有如下头文件:
int fl0;
static int f2();
class MA
public:
int f30;
static int f4();
;
在所描述的函数中,具有隐含的this指针的是( )。
A.f1
B.f2
C.f3
D.f4
参考答案:C