Possible Duplicate:
What do the plus and minus signs mean in Objective C next to a method?
I want to know the difference between the methods with - symbol and with +symbaol.
Ex.-(NSMutableArray *)getContactsList; +(NSMutableArray *)getContactsList;
Thanks Praveena.