in function signatures, like:
- (void)dealloc
?
thanks :)
The - denotes an instance method, while the + denotes a class method that doesn't belong to a specific instance.
-
+