Cloning Class Lists Within a Class

The ICloneable interface is easy enough to implement when using a flat class, but if you have a more involved class structure with lists of subclasses, it quickly becomes apparent that the class is not being properly cloned. This article will lay out a very simple class structure hierarchy, and then go about demonstrating how …

Cloning Class Lists Within a Class Read More »