sanjay mishra


{ City } bangalore
< Country > india
* Profession *
User No # 48563
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 3
Questions / { sanjay mishra }
Questions Answers Category Views Company eMail




Answers / { sanjay mishra }

Question { TCS, 17787 }

How would one do a deep copy in .NET?


Answer

I Agree clone() always gives deep copy.

Now I am just diverting from the tpoic. one of the question
asked during interview is : what is the difference b/w
Array.copy() and array.clone(). for me both gives deep copy
the only difference is array.clone() returns a object type
so you have to typecast it.

Please comment.............

Is This Answer Correct ?    2 Yes 3 No