What is instance variable objective c?
Answer / Ankush Gupta
"Instance Variables" in Objective-C are variables that belong to an object and exist as long as the object exists. They store the state of the object and can be accessed using dot notation (obj.instanceVariable).n"
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by synthesized in objective-c?
What is atomic in objective c?
How to add custom cell in uitableview in objective c?
What is an objective statement?
What is difference between extern and global?
Are callbacks closures?
What do you mean by dot notation?
What are the advantages of swift over objective c?
What is meant by not thread safe?
What is a process and thread?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is nonatomic and strong in objective c?