题目内容
写出以下程序运行结果。#includeusingnamespacestd;classBASE{public: BASE(inti){cout<<"A";p=i;} BASE(constBASE&other){cout<<"B";p=other.p;}~BASE() {cout<<"C";} intget() {returnp;}private: intp;};voiddisplay(BASEobj) {cout<
查看答案
搜索结果不匹配?点我反馈