What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / guest
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
What are the advantages of using partial classes?
Define Virtual folder?
Is c# int immutable?
Explain the difference between “constant” and “read-only” variables used in c#?
What is static variable in c#?
What is difference between static and constant variable?
What are cshtml files?
What is a generic method?
How big is a 64 bit integer?
Explain more on CLR
What is c-sharp (c#)?
What are immutable types in c#?
What is difference between association, aggregation and inheritance relationships?
What is the difference between string and string in c#?
What is callback delegate in c#?