Penguin

Differences between version 3 and revision by previous author of Class.

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

Newer page: version 3 Last edited on Wednesday, November 19, 2003 6:24:58 pm by AristotlePagaltzis Revert
Older page: version 2 Last edited on Tuesday, October 28, 2003 1:21:56 pm by StuartYeates Revert
@@ -1,3 +1,3 @@
-In an ObjectOriented languages and systems a [Class] is a DataType which combines data and the methods which act on those methods. In some languages ([Java] and [C++]) there is a seperation between a class and instances of the class (called [Object]s), in others ([Simula] and [SmallTalk]) there is not. 
+In ObjectOrientation, a [Class] is a DataType which combines data and the methods which act on those methods. In some languages ([Java] and [C++]) there is a seperation between a class and instances of the class (called [Object]s), in others ([Simula] and [SmallTalk]) there is not. 
  
 A Class can have special [Constructor] and [Destructor] methods to create and destory instances of the class.