Differences between version 4 and revision by previous author of Destructor.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Wednesday, November 19, 2003 6:39:27 pm | by AristotlePagaltzis | Revert |
Older page: | version 2 | Last edited on Wednesday, October 29, 2003 9:18:36 pm | by SamJansen | Revert |
@@ -1,5 +1 @@
-In ObjectOriented languages and systems, a method called either manually or by the GarbageCollection system to free resourses and otherwise finalise an
[Object
]. Called ''finalize'' in [Java], where [C++] uses a ~ in the function name of a method that otherwise looks like a Constructor.
-
-Sometimes people call these Deconstructors. Please don't.
-
-See [Constructor]
+Describe
[Destructor
] here
.