( 24 )己知表达式 ++a 中的 "++" 是作为成员函数重载的运算符,则与十 +a 等效的运算符函数调用形为
A ) a .orerator++ ( 1 )
B ) operator++ ( a )
C ) operator++ ( a , l )
D ) a.operator++ ( )