Friday, February 20, 2015

Destructor in C#

Destructor is a special method that get invoked / called automatically whenever an object of a given class gets destroyed. Main idea behind using destructor is to free the memory used by the object.

No comments:

Post a Comment