10、类ABC中定义了一个函数成员fun:void fun() { ...... }。编译器在编译时会将其函数头调整为()。

A.void fun(ABC this ) B.void fun(ABC * this ) C.void fun(ABC * const this ) D.不做调整

时间:2023-12-30 10:54:06

相似题目