选择题
若在表达式 y/x 中, "/"是作为成员函数重载的运算符, 则该表达式还可以表示为
A、
x.Operator/(y)
B、
operator/(x,y)
C、
y.operator/(x)
D、
operator/(y,x)
【正确答案】
C
【答案解析】
提交答案
关闭