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 |
Why we use synthesize in objective c?
What is a delegate objective c?
What does @synchronized() do?
What is abstract class in objective c?
How declare methods in objective c?
What is single inheritance in objective-c?
Can you use objective c in swift?
What is protocol in objective-c?
What is extern objective c?
Explain what are the attributes of category?
What does it mean to be objective?
Is objective c similar to c++?