面向对象程序设计c++双语

面向对象程序设计c++双语

ID:18652275

大小:124.00 KB

页数:16页

时间:2018-09-20

面向对象程序设计c++双语_第1页
面向对象程序设计c++双语_第2页
面向对象程序设计c++双语_第3页
面向对象程序设计c++双语_第4页
面向对象程序设计c++双语_第5页
资源描述:

《面向对象程序设计c++双语》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、12、Forstaticmemberdata,itisinitializedat(b).A.BeforethedeclarationofclassandafterthemainfunctionB.BeforethemainfunctionandafterthedeclarationofclassC.IntheclassD.Inthemainfunction二、Judgment,ifitisrightplease√otherwise×.(Everyquestionis2point,totalis18point)1、C++isasub-setofC,itreservesalmostallth

2、echaracteristicsofC.----------2、Giveninta;int&b=a;a=10;b=20;ifcout<

3、accessthemembersinclassA,viceversa.-----------6、Foranon-memberoperatoroverloadingfunction,amodecomputationcandedefinedas:Xoperator%(X),whereXisthenameofaclass.------------7、Noobjectsofanabstractbaseclasscanbeinstantiated.-------------8、GivenclassB{intx;/*…..*/};wecandefineclassD:publicB{intz;publ

4、ic:voidSetXZ(inta,intc){x=a;z=c;}intSun(){returnx+z;}};------------9、Objectofabaseclasscanbetreatedasanobjectofthederivedclass.------------三、Completetheprogram(3*5’=15’)(Everyquestionis5point,totalis15point)(attention:onelineforjustonesentence)1、Afterthemainfunction,theresultis:x=0;y=0x=3;y=5x=3;

5、y=5Destructoriscalled...Destructoriscalled...Destructoriscalled...Pleasecompletetheprogram.#includevoidmain(){demod;d.show();demod1(3,5);d1.show();demod2(d1);d2.show();}classdemo{intx,y;public:------demo(intx=0,inty=0)-----{x=a;y=b;}---------demo(*d)-------{x=d.x;y=d.y;第16页共16页}------

6、~demo()--------{-----Destructoriscalled...-----}voidshow(){-------------cout<<”x=”<#includeclassperson{char*Name;intAge;public:person(char*name,intage);~person();char*GetName(){returnName;}intGetAge(){returnAge;}voidshow();};person::p

7、erson(char*name,intage){------------①-------------------------------------②-----------------------Age=age;}person::~person(){deleteName;}voidperson::show(){cout<

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。