Multiple choice Which of following is/are correct about Deep Cloning in Prototype design pattern in C#? In this cloning, the copy of an object copies the elements and everything directly or indirectly referenced by the elements. In a deep copy, it copies all reference types or value types. In this cloning, only the parent object is cloned. In this cloning, the references in the new object point to the same objects that the references in the original object points to. Both (1) and (2). Reveal answer Fill a bubble to check yourself E Correct answer Explanation These are the correct statements about Deep cloning.