A.任何與類相關的函數都有this指針 B.類的成員函數都有this指針 C.類的友員函數都有this指針 D.類的非靜態(tài)成員函數才有this指針
A.0個 B.1個 C.2個 D.3個
A.fun(2,8) B.fun(2.0,8.2) C.fun(2.3,8) D.fun(2,8.3)