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 |
Explain what is data encapsulation in objective-c?
What are the main objectives of training?
How is string represented in objective-c?
What is hashable?
Explain what are the attributes of category?
What is a dispatch function?
Is objective c similar to c++?
What is concept of property?
What is the isa member?
Explain how to call function in objective-c?
What is the latest version of objective-c?
What is the primary use of the category in the objective-c?