单项选择题下列关于类定义的说法中,正确的是( )。
单项选择题有如下头文件: int n(); static int f2(); class MA{ public: int f3(); static int f4(); }; 在所描述的函数中,具有隐含的this指针的是( )。