How would one do a deep copy in .NET?

Answer Posted / kavita

Two or more pointers have their own Data.
class A
{
string c;
}
A a;
B b;
a=b;//deep copy

Is This Answer Correct ?    6 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain weak typing and strong typing.

551


How asp.net mvc differs from asp.net web forms? : asp.net mvc

537


What is a session in programming?

554


What is the difference between user control an custom control?

606


what are configuration files?

557






What are sessions used for?

547


What is viewstategenerator?

691


What is application session?

497


What are the steps to follow to host a web application on a web server?

584


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

504


What is page request in asp.net?

521


What is ispostback property?

497


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4242


How to manage different kinds of sessions in ASP.NET?

554


What are the uses of list view control in Asp.net?

611