Difference between revisions of "Implementation"

From GNUstepWiki
Jump to navigation Jump to search
(Added)
 
(add category)
 
Line 1: Line 1:
 
Part of an Objective-C [[class]] specification that defines its implementation. This section defines both public [[method|methods]] as well as private methods —- methods that are not declared in the class’s [[interface]].
 
Part of an Objective-C [[class]] specification that defines its implementation. This section defines both public [[method|methods]] as well as private methods —- methods that are not declared in the class’s [[interface]].
 +
 +
[[Category:Objective-C]]

Latest revision as of 14:39, 23 October 2006

Part of an Objective-C class specification that defines its implementation. This section defines both public methods as well as private methods —- methods that are not declared in the class’s interface.