What is dot notation?
Answer / 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 |
What is abi stability?
Why is objective c used?
What is dynamic dispatch method?
What is posing in objective c?
Mention which class can you use for parsing of xml in iphone?
Is struct a class?
Is c and objective c the same?
Is objective c statically typed?
What do you mean by @synthesize and @dynamic in the objective-c?
What is the difference between underscore and self (i.e self.xx and _xx) ?
How to make a code snippet thread safe?
What does it mean to be objective?