What is atomic in objective c?
Answer / Gyan Singh Parihar
"Atomic" refers to a property that is thread-safe, meaning it can be accessed and modified safely across multiple threads without causing concurrency issues. By default, all properties in Objective-C are atomic.n"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between array and nsarray?
What is main storyboard?
What is a .m file in xcode?
Tell us the result when you invoke a particular method on a nil pointer?
How to add object to nsarray objective c?
What is an objective statement?
What do you understand by protocol?
What is the use of objective c?
What is atomic in objective c?
Why is objective c used?
What is difference between method and constructor?
Is objective c the same as c sharp?