What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Does c# have a 'throws' clause?
What is the difference between console application and windows application?
What is datasource c#?
Why can't we use a static class instead of singleton?
Can a child class call the constructor of a base class?
What is append in c#?
What are delegates?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Can you inherit from a static class in c#?
What is console readkey ()?
Explain the difference between “as” and “is” operators used in c#?
Why dictionary is faster than list?
What are fields in c#?
What is a helper method in c#?
Define Final Class in C#