What is a class property?
Answer / Roopkishora
"A class property in Objective-C is a variable that belongs to the class rather than an instance of the class. It can be declared with attributes like readwrite, readonly, strong, weak, and nonatomic. These properties are used to store data common to all instances of the class."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is nonatomic in objective c?
What can objective c be used for?
Why is objective c better than swift?
What is singleton in objective c?
Is objective c type safe?
What happen if we send any message to an object which is released?
What is property and its types?
Explain what is the principle distinction between the function calls and messages?
What are the adavantages of gcd over nsthread?
Does objective c have multiple inheritance?
Is objective c deprecated?
What is an m file?