Re: Do garbage collected languages need destructors?

From: Dave Harris (brangdon_at_cix.co.uk)
Date: 10/30/03


Date: Thu, 30 Oct 2003 20:02 +0000 (GMT Standard Time)

bob.news@gmx.net (Robert Klemme) wrote (abridged):
> Well, at least it has "finally":

Yes. That makes it possible to free resources by hand. However, it doesn't
encapsulate the process, which is a major point of a destructor.

-- Dave Harris, Nottingham, UK