Question:Which of the following is the correct way to implement deep copying of an object in C#? 

A By using the System.Runtime.Serialization.Formatters.Binary.BinaryFormatter class. 

B By using the System.Reflection.DeepCopy class. 

C By using the DeepCopy() method of Object class. 

D By using the MemberwiseClone() method of Object class. 

+ Answer
+ Report
Total Preview: 728

Copyright © 2024. Powered by Intellect Software Ltd