填空题
面向对象的四个基本特性是多态性、继承、______和封装。
【参考答案】
抽象
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
执行下列代码string str( HelloC++ );string newstr=str.substr(5,3);后, newstr的内容为______。
点击查看答案
填空题
执行下列代码cout<< oct: <<oct<<34;程序的输出结果是______。
点击查看答案
相关试题
写一个程序,定义一个抽象类Shape,由它派...
给出下面程序的输出结果。#include < i...
给出下面程序的输出结果。#include < i...
#include < iostream.h >class AA...
#include < iostream.h >class Sam...