Siemens Interview Question

Do you know what is dispose and IDisposable?

Interview Answer

Anonymous

Mar 26, 2017

I said yes IDisposable is an interface which has declaration of dispose method if any class implements IDispose then it has to implement Dispose method, in which we can dispose class objects or unsubscribe some events