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 are the characteristics of the category?
What is responder chain?
Explain what is the principle distinction between the function calls and messages?
What is difference between c and objective c?
Mention which class can you use for parsing of xml in iphone?
Explain types of protocol?
How to declare global variable in objective c?
What is gcd objective c?
what is gcd? What are advantages over nsthread?
How to call function?
How to convert nsnumber to nsstring in objective c?
What is objective c runtime?