可能性の重複:
What do the plus and minus signs mean in Objective C next to a method?の違いは何ですか - (NSMutableArrayの*)getContactsListと+(NSMutableArrayの*)getContactsList
私が持つメソッドの違いを知りたい - 記号は+ symbaolと一緒に。
例 - (NSMutableArray *)getContactsList; +(NSMutableArray *)getContactsList;
ありがとう Praveena。
[メソッドの横にあるObjective Cではプラス記号とマイナス記号は何を意味しますか? ](http://stackoverflow.com/questions/2097294/what-do-the-plus-and-minus-signs-mean-in-objective-c-next-to-a-method) –
1つはインスタンスメソッドであり、その他はクラスメソッドです – GhostRider