Answer Posted / Shashi Kant Singh
In Objective-C, static variables are class variables that are declared within a method or function instead of the interface (.h file). They are shared by all instances of the class and persist for as long as the program runs. Unlike instance variables (IVARs), they are not allocated to each object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category