What are properties and instance variables in objective c and swift?
Answer Posted / Ravi Tewari
In Objective-C, a property is a syntactic sugar for accessing instance variables. Instance variables are data members that belong to an instance of a class. In Swift, properties serve the same purpose but have more flexible syntax options.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category