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
Can we override main method in c#?
What is the difference between null and string empty in c#?
Define multicast c# delegate?
Explain the difference between abstract class and interface in .net?
What is datatable and dataset in c#?
What is ulong in c#?
What is threading in c# with example?
What is difference between overloading and short circuiting?
Why do we use methods in c#?
Which config file has all the supported channels/protocol?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What are Regex / regular expressions ?
Can a abstract class have a constructor?
Why do you need boxing in c#?
What is reflection c#?