VB Dot Net Developer Question:
Explain deep copy?
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 Question | Next Question |
Explain Managed code? | Which classes a DLL can contain? |