What is the difference b/w Arry.copy() and array.clone()
method?
Answer Posted / vishalakshi patil
Array.copy() Copies a range of elements in one Array to
another Array and performs type casting and boxing as
required. Deep Copy
Return type Void
The Array.clone() is of the same Type as the original Array.
Shallow copy. Return type System.object
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How many parameters can a method have c#?
What is a dbml?
How many types of polymorphism are there?
What are scriptable objects?
How do you declare an arraylist?
What is generic collection in c#?
What does int parse do in c#?
What are partial types in c#?
Explain About .Net remoting
Which is the best language for desktop application?
What are methods in C#?
What is string [] args in c#?
What are strongly typed objects?
Should I make my destructor virtual?
Define satellite Assembly in .NET?