下列程序段中包含4个函数,其中具有隐含this指针的是

下列程序段中包含4个函数,其中具有隐含this指针的是()。

int fun1();
class Test{
public:
    int fun2();
    friend int fun3();
    static int fun4();
};
答案
B

题目信息

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