题目内容:
重载输人流运算符>>必须使用的原型为( )。
A.istream&operator>>(istream&,<类名>&); B.istream&operator>>(istream,<类名>);
C.istreamoperator>>(istream,<类名>&);
D.<类名>operator>>(istream&,<类名>&);
参考答案:【答案仅供学习,请勿对照自行用药等】
答案解析: