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 |
Is objective-c is used in window also?
What are nsautoreleasepool?
What is a .m file in xcode?
What is ivar objective c?
How to call function?
What is an accessor method?
What is delegate in objective c?
Can objective c run on windows?
Tell us the result when you invoke a particular method on a nil pointer?
Can a static library (.a) contain resources like images, sound files etc?
What is objective c and swift?
What is method swizzling in objective c and why would you use it?