The method called by clients of a class to explicitly release any resources like network, connection, open files etc. When the object is no longer required?
(a) Finalize()
(b) End()
(c) Dispose()
(d) Close()
This question was posed to me in semester exam.
Enquiry is from Destructors in Class in division Classes of C#