Explain what is dot notation?
Answer / Aditya Kumar Vishwakarma
Dot notation, also known as dot syntax, is a shorthand way to access properties and instance variables in Objective-C. Instead of using methods like `myObject.property`, you can use the dot (.) operator: `myObject.propertyName`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between property and instance variable?
Which language does apple use?
Explain application life cycle or application states?
When to use nsautoreleasepool??
Is a fact objective?
What is the function of the category?
Is swift based on objective c?
Is objective c difficult?
What is delegate in objective c?
What is thread safe function?
What is a delegate in objective c?
What does r mean in xcode?