通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下列程序段中包含4个函数,其中具有隐含this指针的是()。
int fun1(); class Test{ public: int fun2(); friend int fun3(); static int fun4(); };