Are callbacks closures?
Answer / Shweta Singh
Yes, in Objective-C, a closure can be used as a callback function. A closure is a block of code that can be passed around and used in your app.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective-c a dynamic language?
Can you differentiate polymorphism from abstraction?
How do I create an objective c class in xcode?
How to reverse array in objective c?
What is toll-free bridging?
What is the class of a constant string?
Is objective c statically typed?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
Is objective c object oriented?
How messaging works in objective-c?
What is a hash string?
What is difference between method and constructor?