What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / ranjanatyagi
the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can we have two main methods in c#?
Does c# support parameterized properties?
What is a Command Object in C#?
What is the file extension for c#?
Which is the base class in c#?
What is the difference between a class and an object c#?
What is difference between virtual and override in c#?
Difference between Value type & reference types ? and give the example in .Net?
What does async mean in c#?
Can we override interface method?
What is thread in c#?
What is the purpose of abstract class in c#?
What is inheritance c#?
Explain how can you clean up objects holding resources from within the code?
What is string method in c#?