What is an accessor method?
Answer / Manish Nayak
Accessor methods are functions that provide a way to read (accessor) or modify (mutator) the value of instance variables in Objective-C classes. They follow a naming convention with get for readers and set for writers.
| Is This Answer Correct ? | 0 Yes | 0 No |
When would you use nsarray and nsmutablearray?
How to add object to nsarray objective c?
Mention which class can you use for parsing of xml in iphone?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Distinguish between @synthesize and @dynamic in objective –c?
How to call a function in objective-c?
Explain class definition in objective-c?
How to create thread in objective c?
What is a delegate? Can you retain delegates?
What is an objective fact?
How to convert nsnumber to nsstring in objective c?
Which language does apple use?