已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列
Myst x3.2), y(5.5), z(0.0);
z=8.9-y;
y=x-6.3;
能够正常运行,运算符函数operator-应该在类中声明为,

A:friend Myst operator-(Myst&,Myst&); B:friend Myst operator-(Myst,Myst); C:friend Myst operator-(Myst,Myst&); D:friend Myst operator-(Myst&,Myst);

己知类Myst 有一个只需要一个double 型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列
Myst x(3.2),y(5.5),z(0.0);
z=8.9-y;
y=x-6.3;
能够正常运行,运算符函数operator-应该在类中声明为( )。

A:friend Myst operator-(Myst&, Myst&); B:friend Myst operator-(Myst, Myst); C:friend Myst operator-(Myst, Myst&); D:friend Myst operator-(Myst&, Myst);

已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列Myst x (3.2),y(5.5),z(0.0);
z=8.9-y;
y=x-6.3;
能够正常运行,运算符函数operator-应在类中声明为( )。

A:friend Myst operator- (Myst&, Myst&); B:friend Myst operator- (Myst,Myst); C:friend Myst operator- (Myst,Myst&); D:friend Myst operator- (Myst&,Myst);

已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列
Myst x(3.2),y(5.5),z(0.0);
z=8.9-y;
y=x-6.3;
能够正常运行,运算符函数operator—应该在类中声明为

A:friend Myst operator-(Myst&,Myst&); B:friend Myst operator-(Myst,Myst); C:friend Myst operator-(Myst,Myst&); D:friend Myst operator-(Myst&,Myst);

已知类MyClas有一个只需要一个double型参数的构造函数,其将运算符“+”重载为友元函数。要使语句序列 MyClas x(1.2),y(2.3),z(0);z=x+y; 能够正常运行,运算符函数 operator+应在类中声明为( )。

A:friend MyClas operator+(int,MyClas&); B:friend MyClas operator+(MyClas,MyCla; C:friend MyClas operator+(MyClas,MyClas&); D:friend MyClas operator+(MyClas&,MyCla;

已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列 Myst x(3.2),y(5.5),z(0.0); z=8.9-y; y=x-6.3; 能够正常运行,运算符函数operator—应该在类中声明为

A:friend Myst operator-(Myst&,Myst&); B:friend Myst operator-(Myst,Mys; C:friend Myst operator-(Myst,Myst&); D:friend Myst operator-(Myst&,Mys;

已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列 Myst x(3.2),y(5.5),z(0.0); z=8.9-y; y=x-6.3; 能够正常运行,运算符函数operator-应该在类中声明为

A:friend Myst operator-(Myst&,Myst&); B:friend Myst operator-(Myst,Mys; C:friend Myst operator-(Myst,Myst&); D:friend Myst operator-(Myst&,Mys;

已知类Myst有一个只需要一个double型参数的构造函数,且将运算符“-”重载为友元函数。要使语句序列Myst x (3.2),y(5.5),z(0.0); z=8.9-y; y=x-6.3; 能够正常运行,运算符函数operator-应在类中声明为( )。

A:friend Myst operator- (Myst&, Myst&); B:friend Myst operator- (Myst,Mys; C:friend Myst operator- (Myst,Myst&); D:friend Myst operator- (Myst&,Mys;

微信扫码获取答案解析
下载APP查看答案解析