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
Why we use extension method in c#?
What is part of a method signature in c#?
What is the use of getcommandlineargs() method in c#.net?
What is .cshtml file?
What are boxing and unboxing?
Can I define my own exceptions?
What is the difference between system.string and system.text.stringbuilder classes?
What are the characteristics of c#?
What is datagridview in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is the use of table aliases?
what are the contents of an assembly ?
Can abstract class be instantiated c#?
What is the use of delegate?
What are callback methods in c#?