Possible Duplicate:
Objective C Static Class Level variables
Objective-C , member/class variable
Just found out that Objective-C doesn't seem to have Class Variables. There are people who suggest that we can use static variables in Class Methods instead. It sounds reasonable to me. Wish that somebody who is knowledgable in this area can confirm this.