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 language is arduino?
Illustrate the process of code compilation in c#?
Explanation on Generic?
Is var a data type?
What is a float?
How do you clear a list in c#?
What is console write in c#?
Please explain the basic string operations used in c#?
Why do we use inheritance in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
How does dictionary work in c#?
What is int64 in c#?
What is generic collection in c#?
What is static class in C#?
Who benefits from ajax?