Finalizers and destructors, what's Wikipedia saying?
问题 As I understand there are two camps concerning this question - the first one thinks that finalizer is a destructor specific to C#. So they think that these two things are the same. The second camp thinks that there's a slight difference - written in Wikipedia - "the term “destructor” is typically used to mean a deterministically-invoked cleanup, whereas a “finalizer” runs when the garbage collector says to run it." But let me clarify something for myself. Deterministically-invoked cleanup? In