服务业的质量特性通常包括功能性、时间性、安全性、经济性、舒适性、文明性等。
参考答案:对
有如下程序: #include<iostream> Using namespace std; Class Amount{ int amount; public; Amount(int n=0):amount(n){} Int getAmount()const{return amount;} Amount &operator+=(Amount a){ amount+=a.amount; return______; } }; int main(){ Amount x(3),y(7); x+=y; cout<<x.getAmount()<<endl; return 0; } 已知程序的运行结果是10,则横线处缺失的表达式是( )。
A.*this
B.this
C.&amount
D.amount
背景说明:你是宏远公司的行政秘书钟苗,下面是行政经理需要你完成的工作任务之一。