主观

在答题纸上填上缺少的部分。源程序如下:

#include ﹤iostream﹥

using namespace std;

class base

{

int a, b;

public:

base(int x, int y){a=x; b=y;}

void show( _________ )

{

cout﹤﹤p.a﹤﹤″,″﹤﹤p.b﹤﹤endl;

}

}_________

void main( )

{

base b(78,87);

b.show(b);

}

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服