重载输入流运算符))必须使用的原型为( )。
A.istream&operator>>(istream&,<类名>&);
B.istream&operator>>(istream,<类名>);
C.istreamoperator>>(istream,<类名>&);
D.<类名>operator>>(istream&,<类名>&);
[单选题]重载输入流运算符>>必须使用的原型为()。A.istream& operator>>(istream&,&);B重载输入流运算符>>必须使用的原型为( )。A.istream& operator>>(istream&,<类名>&);B.istream& operator>>(istream,<类名>);C.istream operator>>(istream,<类名>&);D.<类名>operator>>(istream&,
[单选题]重载输入流运算符“>>”必须使用的原型为( )。A.istream&operator>>(istream&,<类名>&);B.istream&ope
[单选题]重载输入流运算符“>>”必须使用的原型为( )。A.istream& operator>>(istream&,<类名>&);B.istream& operator>>(istream,<类名>);C.istream operator>>(istream,<类名>&);D.<类名>operator>>(istream&,<类名>&);
[单选题]重载输入流运算符>>必须使用的原型为A.istream& operator>>(istream&,&);B.is重载输入流运算符>>必须使用的原型为A.istream& operator>>(istream&,<类名>&);B.istream& operator>>(istream,<类名>);C.istream operator>>(istream,<类名>&);D.<类名>operator>>(istream&,<类名>
[单选题]重载输入流运算符>>必须使用的原型为A.istream& operator >> (istream&,&);B.重载输入流运算符>>必须使用的原型为A.istream& operator >> (istream&,<类名>&);B.istream& operator >>(istream,<类名>);C.istream operator>>(istream,<类名>&);D.<类名>operator >>(istream &
[单选题]重载输人流运算符>>必须使用的原型为( )。A.istream&operator>>(istream&,&);B.istream&operator>>(istream,);C.istreamoperator>>(istream,&);D.operator>>(istream&,&);
[单选题]在重载运算符函数时,下面( )。运算符必须重载为类成员函数形式。A.+B.-C.++D.->
[单选题]在重载运算符函数时,下面运算符必须重载为类的成员函数的是( )。A.+B.-C.++D.->
[单选题]下列运算符重载函数的原型错误的是( )。A.Volume operator-(double,double);B.double Volume::operator-(double);C.Volume Volume::operator-(Volume);D.Volume operator-(Volume,Volume);
[单选题]要在类对象上使用运算符,以下不用必须被重载的运算符是()。A . []B . =C . ++D . --