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 are the types of methods in c#?
Is class reference type c#?
Is inheritance possible in c sharp?
What is the boxing and unboxing in c#?
list the steps in code compilation in c#?
What do u meant by "SBI" of an object?
Can a dictionary have duplicate keys c#?
What is the use of 'using' statement in c#?
Are c# constructors the same as c++ constructors?
What are virtual destructors?
What do you mean by the delegate in c#?
Can we have 2 main methods in c#?
What are destructors in C#?
Which control cannot be placed in mdi?
What is difference between string and stringbuilder in c#?