Shallow copy is a copy of the same value for value type, and copy its address for reference type. That is to say, if the copied object modifies ...
確定! 回上一頁