What do we use finalizers method for actually?
Ive been reading some literature, and some said that it was to do some house-cleaning process before the garbage collector took over the cleaning work
What i dun understand is, what house cleaning process?
Anyone can help me with an example of when and why we use a finalizers method?
Thanks
CruxBlack