Answer Posted / Pankaj Sunder Gaur
Dot notation is a shorthand way of accessing properties or instance variables in Objective-C. It uses the dot (.) to separate the property name from the object it belongs to, e.g., `myObject.property`. Underneath, it calls the getter method for the property.
| 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