What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / rahul
The first one performs a deep copy of the array, the second
one is shallow.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain About sn.exe
What is interface inheritance in c#?
What is default c#?
How many classes are there in classification?
What are the Types of JIT and what is econo-JIT
Do while loops yes or no c#?
What types of object can I throw as exceptions?
Does c# have its own class library?
Enlist some of the properties of a thread class?
When should I throw an exception?
What are the advantages of using c#?
What is func delegate in c#?
Define boxing and unboxing in c#?
Why are strings immutable c#?
Explain manifest in c#.