Answer:
Dispose is a method for realse from the memory for an object.
For eg:
<object>.Dispose.
Finalize is used to fire when the object is going to realize the memory.We can set a alert message to says that this object is going to dispose.
Asked In: Many Interviews |
Alert Moderator