单项选择题下列有关函数重载的叙述中,错误的是
单项选择题有如下程序: #include<iostream> using namespace std; class Amount int amount; public: Amount(int n=0):amount(n) int getAmount( )constreturn amount; Amount&operator+=(Amount