题目详情
单选题 What is the correct signature for the overloaded postfix ++ operator in class R
A. R operator++(R &r)
B. R operator++( )
C. R operator++(int dummy)
D. R operator++(int &dummy)
学科:C++语言程序设计
时间:2024-06-16 06:54:26
相关题目
相关作业