首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下类定义 class MyClass public: Private: int data; }; 若要为MyClass类重载流输入运算符>>,使得程序中可以“cin>>obj;”形式输入MyClass类的对象obj,
有如下类定义 class MyClass public: Private: int data; }; 若要为MyClass类重载流输入运算符>>,使得程序中可以“cin>>obj;”形式输入MyClass类的对象obj,
admin
2017-10-17
69
问题
有如下类定义
class MyClass
public:
Private:
int data;
};
若要为MyClass类重载流输入运算符>>,使得程序中可以“cin>>obj;”形式输入MyClass类的对象obj,则横线处的声明语句应为( )。
A) friend istream& operator>>(istream& is, MyClass&A);
B) friend istream& operator>>(istream& is, MyClassA);
C) istream& operator>>(istream& is, MyClass&A);
D) istream& operator>>(istream& is, MyClassA);
选项
A、
B、
C、
D、
答案
A
解析
转载请注明原文地址:https://kaotiyun.com/show/8WAp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
下列程序的输出结果为#include<iostream.h>voidmain(){char*a[]={"hello","the","world"};char**pa=a;
下列程序的执行结果为#include<iostream.h>voidmain(){inta=3,b=0;int*p=&a;b=+a++;cout<<*
以下程序的功能是按顺序读入10名学生4门课程的成绩,计算出每位学生的平均分并输出: main( ) {int n, k, float score, sum, ave;
下列叙述中错误的是
以下程序的运行结果是______。#include<iostream.h>#include<math.h>template<classT>classTAdd//定义类模板TAdd,T为类型{Tx,y;
下面是类MyClass的定义,对定义中各语句描述正确的是()。classMyClass{private:intx,y,z;public:voidMyClass(intA){
ER模型可以转换成关系模型。当两个实体间联系是M:N联系时,它通常可转换成关系模式的个数是()。
设置虚基类的目的是()。
C++模板包括( )。
类模板template<classT>classx{…},其中,友元函数f对特定类型T(如int),使函数f(x<int>&=成为x<int>模板类的友元,则其说明为()。
随机试题
脑出血最常见的发病部位是( )。
根据《仲裁法》的规定,下列表述中,正确的有()。
()是竞争的基本条件。
某汽车生产商欲了解广告费用x对销售量y的影响,收集了过去12年的有关数据。通过计算得到下面的有关结果:方差分析表参数估计表写出估计的回归方程并解释回归系数的实际意义。
Writersnowadayswhovaluetheirreputationamongthemoresophisticatedhardlydaretomentionprogresswithoutincludingthew
Iamafraidtosleep.Ihavebeenafraidtosleepforthelastfewweeks.Iamsotiredthat,finally,Idosleep,butonlyfor
Morethan2,000yearsago,thephilosopherSocrateswanderedaroundAthensaskingquestions,anapproachtofind【M1】______truth
A、Todrawasmanyballoonsaspossible.B、Tousecolorfulflowerstodecorateit.C、Tosetacartoonfigureasthemascot.D、To
Nearlyeveryhospitalhasthesameunwrittenregulation—thebadlywoundedhavepriority______thoseonlyslightlyhurt.
Ifyouhadtoldmeaboutyourdifficulty,I______abletohelpyou.
最新回复
(
0
)