What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / chauhan rakesh botad
Array.Copy() copies all contents of original array to
another array by specied index of original array while Clone
creates a shallow copy. Array.Copy() copies Data as well as
structure while Clone copies data only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does return do in unity?
What are the advantages of clr procedure over t-sql procedure?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is a c# delegate?
What is the difference between finalize() and dispose()?
What is unsigned int?
Can a struct inherit from an interface in c#?
What is difference between a function and a method?
Is namespace necessary in c#?
What is the difference between a class and an object c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Explain what are the steps for creating clr trigger?
Can abstract class have parameterized constructor?
What is a type c#?
What is difference between c and c sharp?