From: Guillaume Nargeot Date: 2007-03-01T11:00:14+09:00 Subject: Writing a destructor is possible ? I would like to know if it is possible to write (for a class) something like a destructor (like you do with C++), or something equivalent. If it is not possible, how can I do to perform some operations on the deletion of my object ?