When you make an assignment to an array variable, it simply copies the reference. But it doesn't copy the array itself. For example: double[] a = new double[3]; ...
確定! 回上一頁