What are objective- c blocks?
Answer / Anshu Gaurav
Blocks in Objective-C are anonymous functions that can be defined inline and passed around as objects. They are similar to C++ lambdas or Java closures.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the rules for identifiers?
Is objective c the same as c++?
How to make a code snippet thread safe?
Is objective-c a dynamic language?
What is the difference between polymorphism and abstraction?
What is atomic in objective c?
What is a dispatch function?
What is the point of closures?
Is objective c similar to c++?
Can objective c run on windows?
What are the advantages of swift over objective c?
What is kvc and kvo?