What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / satish
System.Array.CopyTo() performs the deep copy that is it
creates a new duplicate copy without effect of old one.
Whereas Clone creates as shallow copy but as it is a clone
so it is linked with the old one so affect whenever changes
occures in the old one.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between virtual method and abstract method?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What is difference between method overriding and method overloading?
What do you mean by serialization in .NET?
Is it possible to nest cfml conditional tags?
What is ienumerable and iqueryable?
What is the difference between internal and private in c#?
Why do we use lambda expression in c#?
What is string empty?
What is sqldatareader c#?
What is c sharp used for?
Why do we need abstract class?
Is datetime value type c#?
How to find out that the code is written as managed or un-managed code?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.