What is atomic property?
Answer / Kaushambi Singh
In Objective-C, 'atomic' is a property attribute that indicates the property should manage its own lock when being accessed. This means it can only be accessed by one thread at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c deprecated?
What is data encapsulation in objective-c?
How do you define a protocol?
Why is objective c used?
What is gcd objective c?
What is abstract class in objective c?
Explain how to call function in objective-c?
What does it mean to be objective?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
Is objective c difficult?
Who introduced objective-c & when?
What is synthesize objective c?