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
What are verbatim strings in c#?
What is the use of readkey in c#?
What is the use of inheritance in c#?
What is int16?
What is data binding c#?
Why do we use abstract class in c#?
How many root nodes are there in an xml document?
What is gridview c#?
Why to use “using” in c#?
How to parse a date time string?
What do you mean by serialization in .NET?
What is console readkey in vb net?
Can we make a class private in c#?
Is arraylist faster than linkedlist?
What is alias in c#?