——運算符重載將重載的概念擴展到運算符上,容許賦予C++運算符多種含義。C++容許將運算符擴展到用戶自定義的類型(如:類對象的相加)函數
returntype operator op ( argument-list );