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 |
What is data encapsulation in objective-c?
Is objective-c a dynamic language?
What is toll-free bridging and when is it useful?
How to initialize nsmutabledictionary in objective c?
What is the main difference between function calls and messages?
What is abi stability?
What is protocol with example?
Can we implement dealloc in arc? If yes, what is the need to do that?
What does it mean to be objective?
What is the difference between objective c and c++?
What is .m file in xcode?
What is kvc and kvo? Give an example of using kvc to set value.