社会车辆距离消防栓或者消防队(站)门前30米以内的路段不能停车。
参考答案:对
有如下程序:#include<iostream>using namespace std;class Amount{ int amount;public: Amount(int n=0):amount(n){} int getAmount()const{return amount;} Amount&operator9=(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
常用的黑箱测试有等价分类法、 【1】 、因果图法和错误推测法4种。