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 ? | 9 Yes | 17 No |
Post New Answer View All Answers
What is an interface class? Give one example of it
Why we use extension methods in c#?
What is type cast in C#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What are the properties of c#?
Can struct have constructor c#?
Explain the difference between abstract class and interface in .net?
How to rotate an Image in C#?
Explain the difference between access specifier and access modifier in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Why dictionary is faster than list?
Is null or empty in c#?
Is c# slower than java?
the c# keyword .int. Maps to which .net type?
How does substring work in c#?