One method of copying an object is the shallow copy. In that case a new object B is created, and the fields values of A are copied over to B.
確定! 回上一頁