coming from a java background when you make abstract classes, and someone uses them and over rides them with their values: in objective c... how do you make an abstract class in a static library for someone to open and override? thanks
edit:more specifically, how can they implement the method in their method and over ride the values to use for themself(s)? Again sorry if this is easy, im from a java backgrund