实验6,继承

//7.1 #include<iostream> using namespace std; class Total{ public: Total(int i,int j){ cout<<"* constructor is called"<<endl; n=i; m=j; }
相关文章
相关标签/搜索