What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / sanjaym
Array.copy() and array.clone() both gives Deep copy.
The main difference is array.clone() return type is object
so type casting is required...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why do we use generics in c#?
Which are the access modifiers available in c#?
What is a trace and asset? Explain some differences?
Which of these statements correctly declares a two-dimensional array in c#?
Which language is used for desktop application?
What is returned if you pass the value 12.34 to the parsefloat () function?
Does c# support multilevel inheritance?
What does clr stand for?
What are sessions in c#?
What is a concrete class in c#?
Is list passed by reference c#?
What is difference between private and static constructor?
How do destructors and garbage collection work in c#?
C# called c sharp why?
What is difference between write and writeline?