IT Placement Papers Microsoft Technologies C#
This category contains C# Interview Questions and Answers |
What is the difference between the System.Array.CopyTo() and System.Array.Clone()?
|
|
|
|
|
The first one performs a deep copy of the array, the second one is shallow.
Only registered users can write comments. Please login or register.
|