What is concept of property?
Answer / Anand Kumar Mishra
In Objective-C, properties are a way to declare instance variables with associated accessor and mutator methods. Properties help manage memory automatically using synthesized or manually implemented accessors and mutators.
| Is This Answer Correct ? | 0 Yes | 0 No |
How different is objective c from swift?
Is objective c hard?
What is objective c used for?
Mention what is the primary use of the category in the objective-c?
What is enum constant?
Why swift is better than objective c?
What is a process and thread?
How do you call a method in objective c?
What does __ block do?
What is protocol with example?
What is an extension?
What is singleton in objective c?