题目详情
单选题 What is the correct signature for the overloaded unary operator + in class R
A. R R::operator+(const R &r)
B. R R::operator+( )
C. R R::operator<+>(const R &r)
D. R R::operator(+)(const R &r)
学科:C++语言程序设计
时间:2023-12-17 15:18:35
相关题目
相关作业