InterviewSolution
Saved Bookmarks
| 1. |
What Is Property In Objective C? |
|
Answer» PROPERTY ALLOW DECLARED VARIABLES with SPECIFICATION like atomic/nonatomic, or retain/assign. Property allow declared variables with specification like atomic/nonatomic, or retain/assign. |
|