Penguin

Differences between version 3 and predecessor to the previous major change of Destructor.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, November 19, 2003 6:29:07 pm by AristotlePagaltzis Revert
Older page: version 1 Last edited on Tuesday, October 28, 2003 1:26:42 pm by StuartYeates Revert
@@ -1,3 +1,5 @@
-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]. 
+In ObjectOrientation , 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
  
-See [Constructor] 
+Sometimes people call these Deconstructors. Please don't.  
+  
+ See [Constructor].