如果定义了一个类myclass,则为myclass类对象以成员函数形式重载后++运算符的声明应该为(  )。

admin2010-06-06  31

问题 如果定义了一个类myclass,则为myclass类对象以成员函数形式重载后++运算符的声明应该为(  )。

选项 A、myclass operator ++();
B、myelass& operator ++();
C、myclass operator++(int);
D、myclass& operator++(int);

答案C

解析 运算符重载函数说明为类的成员函数的格式:<类名>operator<运算符>(<参数表>)
转载请注明原文地址:https://jikaoti.com/ti/twW0FFFM
0

相关试题推荐
最新回复(0)