What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the meaning of int parse in c#?
What is application c#?
What is private class in c#?
What are assemblies?
What is the use of tryparse in c#?
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?
What is the benefit of delegate in c#?
What is the use of parse in c#?
What is xml comments in c#?
Can you create partial delegates and enumerations?
What is public void in c#?
Does constructor return any value in c#?
Are c# strings immutable?
What is string class in c#?
Is string primitive?