What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / guest
The first one performs a deep copy of the array, the second
one is shallow
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is use of FormBoarderStyle Propertie
Can the nested class access, the containing class. Give an example?
Why do we need static class in c#?
What is parallel programming in c#?
What debugging tools come with the .NET ssSDK?
Can constructor have return type c#?
How does one compare strings in c#?
What is assembly and dll in c#?
When can a derived class override a base class member?
Why should I use interface in c#?
What are extensions in c#?
What are different types of classes in c#?
What are the different types of literals in c#?
What is use of private class in c#?
Define satellite Assembly in .NET?