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
Which class does the remote object has to inherit?
What is cli in c#?
How can you access a private method of a class?
What is a method c#?
What is dictionary class in c#?
What is concrete class in c#?
What is serialization and deserialization in c# with example?
What is enum in c#?
What is the difference between an implicit conversion and an explicit conversion?
What are the two kinds of properties in c#.
Why is c# good for games?
Are there functions in c#?
Why do we use abstract class in c#?
What is scaffolding in c#?
What are the types of serialization?