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 struct and enum?
Is objective c faster than swift?
What is the difference between polymorphism and abstraction?
What is toll-free bridging?
What is .m file in objective c?
Is python static or dynamic?
What is objective c good for?
Mention which class can you use for parsing of xml in iphone?
How does dispatch_once manages to run only once?
What is an m file?
Explain what is the principle distinction between the function calls and messages?
What is protocol in networking?