According to this, it states that Destructors cannot be inherited or overloaded. In my case, for all subclasses, the destructors will be identical. Is this pretty m
Destructors cannot be inherited or overloaded.
Well, I don't know about destructors, but you have other useful methods for cleanup like Finalize() and Dispose() from IDisposable.