Explain what do you mean by dot notation?
Answer / Vaibhab Kumar
Dot notation in Objective-C refers to a way of accessing properties and instance variables using a period (.). It allows you to get or set the value of an object's property directly, as if it were a standalone variable. For example, [myObject propertyName] retrieves the value of a property named 'propertyName', while myObject.propertyName sets its value.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between atomic and nonatomic synthesized properties?
What is strong and weak in objective c?
How do you insert a block?
What is gcd? What are its advantages over nsthread?
Does objective c have garbage collection?
What is nsmutabledictionary?
What is a .m file in xcode?
Tell me something about objective-c blocks?
What is the difference between #import and #include in objective-c?
What are the three subatomic particles?
What is the definition of an objective statement?
List out the methods used in nsurl connection?