stringWithNums=[teststrrr removeNumbersFromString:stringWithNums];
I used category method :removeNumbersFromString this is declared in my category. same way u used this method in my subclass. what is difference between both declaration subclass and category.