单项选择题

将x+y*z中的“+”用成员函数重载,“*”是友元函数重载应写为( )。

A.operator+(operator*(y,)
B.operator+(operator*(y,)
C.operator+(X*(y,)
D.x+(operator*(y,)