Question:

What is a Destructor in C# ? 

Answer:

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.


Keywords:

© 2017 QuizBucket.org