What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / rasik bihari
Array.Copy() is deep copy and Array.clone() is shallow copy.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the benefit of interface in c#?
What is call back method?
What is sqlcommandbuilder c#?
What is a generic c#?
What is arraylist c#?
explain the features of static/shared classes.
Is array immutable in c#?
What is parse method in c#?
What is difference between var dynamic and object in c#?
What are the 2 broad classifications of fields in c#?
What is the difference between struct and class in c#?
what is the difference between a struct and a class in c#?
How do I trim a space in c#?
Explain the types of comments in c#?
Are structs faster than classes?