adspace


What is the difference b/w Arry.copy() and array.clone()
method?

Answer Posted / vishalakshi patil

Array.copy() Copies a range of elements in one Array to
another Array and performs type casting and boxing as
required. Deep Copy

Return type Void

The Array.clone() is of the same Type as the original Array.

Shallow copy. Return type System.object

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you inherit a class into other class in c#?

1001


Why can't we use a static class instead of singleton?

963


What is expression tree in c#?

1007


How to assign Null value to Var?

1073


What is an abstract class c#?

978


Which namespaces are necessary to create a localized application?

1151