in function signatures, for example:
- (void)dealloc
?
thanks:)
- denotes an instance method, but + denotes a class method that does not belong to a particular instance.
-
+