What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?

Answer Posted / guest

The first one performs a deep copy of the array, the second
one is shallow.

Is This Answer Correct ?    9 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we overload constructors?

493


Why we use get and set property in c#?

520


What does console mean c#?

497


Explain circular reference in c#?

548


Is it true that all c# types derive from a common base class?

530






What does string intern do?

489


What are the properties of a string class?

515


Distinguish between array and arraylist in c#?

578


What tool we have to use to install assembli in gac folder.

488


How garbage collection deals with circular references.

471


What is thread pooling?

534


What's the difference between a method and a procedure?

483


What is the difference between serialization and deserialization in c#?

453


How can I make sure my c# classes will interoperate with other .net languages?

528


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

513