单选题 有如下头文件
int f1();
static int f2();
class MA{
public:
int f3();
static int f4();
};
在所描述的函数中,具有隐含的this指针的是______。
【正确答案】 C
【答案解析】