作业辅导网
标题:
在主函数旁给出程序运行结果。 #include<iostream.h> class A {
[打印本页]
作者:
李老师
时间:
2022-11-15 23:22
标题:
在主函数旁给出程序运行结果。 #include<iostream.h> class A {
在主函数旁给出程序运行结果。
#include<iostream.h>
class A
{ public:
A(int i,int j) {A1=i;A2=j;}
void print() {cout<<A1<“,”<<A2<<endl;}
private:
int A1,A2;
};
class B:public A
{
public:
B(int i,int j,int k,l,m):A(i,j),a(k,l)
{ b=m;}
void print();
private:
欢迎光临 作业辅导网 (http://aopeng100.com/)
Powered by Discuz! X3.2