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 is c# most used for?
What are the advantages of using partial classes?
Should I make my destructor virtual?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
How do I use the 'using' keyword with multiple objects?
How long does a loop recorder procedure take?
In which situation(s), the use of "Delegate" is a good idea?
What is an array of arrays called?
Can we have only “try” block without “catch” block in c#?
What are the advantages of clr procedure over t-sql procedure?
What is a base class in C#?
Why do we use struct in c#?
What is tpl in c#?
Can you store different types in an array in c#?
What is Implementation inheritance