What is property in objective c?
Answer / Neelima Sagar
A property is a named instance variable with automatic storage and syntax that allows access to the variable through getter and setter methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is c++ similar to objective c?
Explain what do you mean by dot notation?
Explain the difference in xib/storyboard vs nib?
What is a class in objective c?
What is a delegate in objective c?
What is nsarray objective c?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Explain what is data encapsulation in objective-c?
How do you add a category in objective c?
What are the differences between copy and retain?
How to create uibutton programmatically in objective c?
What is objective c good for?