Define Dispose().- It is a method for releasing resources that an object acquires. - The dispose method is called by the destructor. - It helps to release unmanaged resources used by your application. - It is provided by the 'Idisposable' Interface.
|