What are properties and instance variables in objective c and swift?
Answer / 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 |
What is objective c runtime?
What is a class in xcode?
How do I open .am files?
How to initialize nsmutabledictionary in objective c?
What happens with the objects if the array is released?
How do you write an objective statement?
How to declare variable in objective c?
What are the types of ios binaries you can create using xcode?
What is the difference between category and extension in objective c?
How declare methods in objective c?
What is enum in objective c?
What is the difference between string and nsstring?