C#C
C#15mo ago
tommy

✅ difference between `MyClass obj2 = obj1;` and `MyClass obj2 = new MyClass(obj1);`

I am learning copy constructors and trying to know how to create shallow and deep copy constructors.
Was this page helpful?