What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / sanjaym
Array.copy() and array.clone() both gives Deep copy.
The main difference is array.clone() return type is object
so type casting is required...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can we inherit private class in c#?
Are c# tuples immutable?
How do I create a new form in c#?
What is the default value of boolean variable?
Are arrays immutable c#?
Is unity object oriented?
What is window application in c#?
Is typeof c#?
Why do we use struct in c#?
Why main method is static in c#?
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
Define xslt.
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is the difference between function and method in c#?
Is c# easier than javascript?