What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / chauhan rakesh botad
System.Array.copyto() will perform a deep copy of array
while system.array.Clone() will perform shalow copy of the
array.Shalow copy will simply copy the elements of the array
where as an Deep copy will copy the elements as well as any
referenced elements present in the array.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a dll in c#?
What's the difference between a static method and a non static method c#?
What is dbml file in c#?
What is difference between singleton and static class in c#?
What does int32 mean in c#?
What is namespace c#?
What is an extension method in c#?
What is a method signature c#?
How big is a 64 bit integer?
What does .length do in c#?
Define satellite assembly in c#?
What is keywords in c#?
Please explain value types and reference types used in c#?
How can encapsulation be achieved?
What is entity framework in c#?