Explain what is dot notation?



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

Post New Answer

More Objective-C Interview Questions

What is the difference between property and instance variable?

1 Answers  


Which language does apple use?

1 Answers  


Explain application life cycle or application states?

1 Answers  


When to use nsautoreleasepool??

1 Answers  


Is a fact objective?

1 Answers  


What is the function of the category?

1 Answers  


Is swift based on objective c?

1 Answers  


Is objective c difficult?

1 Answers  


What is delegate in objective c?

1 Answers  


What is thread safe function?

1 Answers  


What is a delegate in objective c?

1 Answers  


What does r mean in xcode?

1 Answers  


Categories