有如下头文件,在所描述的函数中,具有隐含的this指针

有如下头文件,在所描述的函数中,具有隐含的this指针的是()。

int f1();
static int f2();
class MA{
public:
    int f3();
    static int f4();
};
答案
C

题目信息

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