What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / vasanth
Array.copy() copies both structure and data to another array and its return type is void.
Array.Clone() copies only structure of array and its return type is Object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the term inheritance in C#.
What is parallel foreach c#?
What is object pool in .net?
What is use of private class in c#?
What is a trace and asset? Explain some differences?
Which is faster abstract class or interface in c#?
Is type nullable c#?
What is the object class in c#?
What is “using” statement in c#?
What is int tryparse in c#?
Can a struct inherit from another struct or class in c#?
How many bytes is an int in c#?
How a two-dimensional array declared in C#?
How do I link two windows forms in c#?
How are methods overloaded?