What are static attributes?
Answer / 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 |
Can you learn swift without knowing objective c?
How to declare global variable in objective c?
What are the adavantages of gcd over nsthread?
What are the types of ios binaries you can create using xcode?
What is gcd? What are its advantages over nsthread?
Explain application life cycle or application states?
Explain the difference between uiwindow and uiview?
What is the difference between property and instance variable?
How to reverse array in objective c?
Does objective c support multiple inheritance?
Can you use swift and objective c together?
What is the protocol in objective c?