VB Dot Net Developer Question:

Explain deep copy?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Deep copy is nothing but creating a new object and then copying the non-static fields of the current object to new object.


Previous QuestionNext Question
Explain Managed code?Which classes a DLL can contain?