What do you mean by dot notation?
Answer / Alok Wilson Bara
In Objective-C, dot notation is a shorthand way of accessing an object's instance variables or calling its methods. It uses a dot (.) to separate the object name from the instance variable or method name. For example: n`myObject.propertyName` or `[myObject methodName]`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is toll-free bridging? When is it useful?
Explain what do you mean by synthesized in objective-c?
What is the use of category in objective-c?
What is struct and enum?
What is the difference between weak and unowned?
How big is a atom?
What are the blocks? How will you use them?
What is block variable?
Why is objective c syntax so weird?
What are the adavantages of gcd over nsthread?
Is objective c statically typed?
Mention whether nsobject is a parent class or derived class.