Difference between revisions of "Class"

From GNUstepWiki
Jump to navigation Jump to search
(No difference)

Revision as of 11:34, 31 August 2005

A class can be seen as a prototype for a particular kind of object. A class definition declares instance variables and defines methods for all members of the class. Objects that have the same types of instance variables and have access to the same methods belong to the same class.