What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / ranjanatyagi
the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the default scope of a class in c#?
Are there constructors in c sharp?
What’s thread.sleep() in threading ?
What are fields in c#?
Can I call a virtual method from a constructor/destructor?
How many static constructors are allowed in a class?
What are logical operators in c#?
Why do we need static in c#?
What is thread pooling?
Can a sealed class be used as a base class?
How to achieve polymorphism in c#?
Why do we use lambda expression in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Why reflection is used in c#?
What is c sharp used for?