(单选题) 如果定义了一个类myclass,则为myclass类对象以成员函数形式重载后++运算符的声明应该为(本题2.0分)
A、 myclass operator++()
B、 myclass operator++( int )
C、 myclass& operator++()
D、 myclass& operator++( int )
出自:大连工业大学-C语言上