题目内容
写出以下程序运行结果:#include using namespace std;class AA{ public: AA(int i,int j) {A=i;B=j;cout<<"C";} AA(AA &obj) {A=obj.A+1;B=obj.B+2;cout<<"P";} ~AA() {cout<<"D";} void print() {cout<
查看答案
搜索结果不匹配?点我反馈
更多问题