整专业资料
微信QQ群
考生网QQ群

群号:517231281

扫码加群
点击二维码加群

考生网微信公众号

微信号:zikaosw

课程试听
最新资讯

手机端访问

1、直接输入www.zikaosw.cn
2、扫描左侧二维码

登录 | 注册
登录/注册后,可享受
  • 课程免费试听
  • 试做在线题库
  • 学习提升指导
  • [填空题] C++支持两种多态性:____________时的多态性和运行时的多态性。

     纠错    

  • 助考班推荐

您可能感兴趣的试题

  • 1、[主观题]找出下面程序中的错误,并改正#includeclassTest{private:staticintx;public:virtualstaticintfunc;};intTest::x=20;intTest::func{returnx;}voidmain{cout

  • 2、[主观题]分析下列程序段,写出运行结果。#includeclassbasel{public:base1{cout

  • 3、[主观题]面向对象程序设计的___机制提供了重复利用程序资源的一种途径。

  • 4、[主观题]下面是以传统形式的struct来定义一存放字符的栈类型,并定义了有关栈操作的各种函数。编写一主函数,定义并输入一个字符串,用此串来验证栈的各种操作,包括把串压入栈中后再弹出,以相反的次序将它们显示出来。#include″iostream.h″constmax—len=1000;enunboolean{—false,—true};enum{EMPTY=-1,FULL=max—len-1};structstack{chars[max—len];inttop;};voidreset(stack*st){st->top=EMPTY;}voidpust(charc,stack*st){st->top++;st->s[st->top]=c;}charpop(stack*st){return(st->s[st->top--]);}chartop(stack*st){return(st->s[st->top]);}booleanempty(conststack*st){return(boolean)(st->top==EMPTY);}booleanfull(conststack*st){return(boolean)(st->top==FULL);}

  • 5、[主观题]写出下面程序的输出结果。#includeclasslocation{intX,Y;public:voidinit(int=0,int=0);voidvalueX(intval){X=val;}intvalueX{returnX;}voidvalueY(intval){Y=val;}intvalueY{returnY;}};voidLocation::init(intinitX,intinitY){X=initX;Y=initY;}voidmain{LocationA,B;A.init;cout

Copyright © 2010 - 2023 湖南求实创新教育科技有限公司 All Right Reserved.

温馨提示:如您需要的资料本网暂时没有,请于工作日08:00-18:00,点击这里,联系客服及时补充资料。