六、下面所給為一以 C++定義的 Array class,請回答下列問題:
(二)為什麼 copy constructor 如 Array(const Array &)的參數(parameter)必須是 reference type? 請詳述之。 (5 分)