赞题库-背景图
单项选择题

有如下类定义: class Pass{ static int count; public: Pass(){} void show()const; friend int getCount(); static int incre(); };在所声明的4个函数中,具有this指针的有

A.Pass和show
B.Pass和show
C.show和incre
D.getCount和incre