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
How can I get around scope problems in a try/catch?
What is dto c#?
What are events in C#?
How many bytes is an int?
How Global.asax is used ?
What is the use of main method in c#?
What is null propagation c#?
How to use nullable types in .net?
What is concrete method in c#?
What is interface c#?
Is c++ or c# better?
What is the advantage of generics in c#?
What is iqueryable in c#?
What do you mean by shared assembly?
Why do we need constructor in c#?