What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / vasanth
Array.copy() copies both structure and data to another array and its return type is void.
Array.Clone() copies only structure of array and its return type is Object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between values and reference types?
What are the applications of c#?
What are accessors?
How do partial classes work in c#?
Value Type and Reference Type Data type in C#?
What are bitwise logical operators?
What are extension methods and where can we use them?
What is the and operator in c#?
How do I simulate optional parameters to com calls?
What is the purpose of a console table?
Why we use dll in c#?
Which is executed if an exception has not occurred?
Are attributes inherited c#?
Name some properties of array.
What is sqlconnection in c#?