Difference between "+" and "-" before function name in iPhone
- by user280556
Hello Everyone,
What is the difference between "+" and "-" before the function name interface declaration in an iPhone program. Example:
- (void)continueSpeaking;
+ (NSArray *)availableVoices;
What's the difference?