What is block variable?
Answer / Vineet Rathor
In Objective-C, a block is a C language construct that encapsulates functions and their environment. A block variable refers to a block stored in a variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's the difference between a thread safe and a thread unsafe function?
Is objective c better than swift?
What do you mean by @synthesize and @dynamic in the objective-c?
How to make a code snippet thread safe?
Who calls dealloc method? Can we implement dealloc in arc?
What are the advantages of using objective-c?
What are the classifications of property?
What is difference between mutable and immutable?
What is concept of property?
Will objective c be deprecated?
What is objective c and swift?
What is an example of category?