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 |
What does r mean in xcode?
Explain how to call function in objective-c?
What is an objective fact?
Distinguish between @synthesize and @dynamic in objective –c?
What is the latest version of objective-c?
What are some of the major differences between objective c and swift?
Is objective c similar to java?
Is struct a class?
How to add object to nsarray objective c?
Is objective c object oriented?
Can you please explain the way messaging works in objective-c?
How to make a code snippet thread safe?