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 the purpose of a namespace?
Why do we use classes?
Which framework is best for desktop application?
How to use nullable types in .net?
How Global.asax is used ?
What is new method in c#?
Why hashtable is thread safe in c#?
What is a custom attribute?
What is a hash table in c#?
What is difference between class and abstract class in c#?
What is managed or unmanaged code?
What is an interface class? Give one example of it
What is a predicate in c#?
What are extensions methods in c#?
What is difference between an reference type and value type in C#?