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 float in unity?
How many dimensions can an array have?
What are async and await?
Define a manifest in .net?
What are data types examples?
What is difference between continue and break in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Ho we can see assembly information?
Define thread?
Why delegate is used in c#?
What is the difference between throw and throw ex?
What is selector c#?
What is the difference between constant and readonly in c#?
What is difference between events and delegates?
Define thread? Explain about multithreading?