单项选择题

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

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