成员运算符obj1>obj2被c++编译器解释为()

A.obj1.operator>(obj2) B.obj2.operator>(obj1) C.>(obj1,obj2) D.operator>(obj1,obj2)

时间:2023-02-27 14:48:23

相似题目