What is the difference between the System.Array.CopyTo() and System.Array.Clone()?

Submitted by: Administrator
The first one performs a deep copy of the array, the second one is shallow.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers