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 the difference between string and nsstring?
Can you write setter method for a retain property?
What is id?
What are the size classes?
What is the use of objective c?
What does @synchronized() do?
How to convert objective c project to swift?
What is objective c & why it is used for?
What is an extension?
Is objective c hard?
Is python static or dynamic?
Explain what is #import?