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
What is interpolation in programming?
What are bitwise logical operators?
How can I access the registry from c# code?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
List the fundamental oop concepts?
What is the difference between static class and singleton class in c#?
What is a struct in C#?
How do I open the console?
How do I run managed code in a process?
Why attributes are used in c#?
What is difference between string and stringbuilder in c#?
What is a long in c#?
How are delegates chosen?
Is inheritance possible in c sharp?
What is difference between out and ref in c#?