1.

Explain What Are Objective- C Blocks?

Answer»

In Objective-C class, there is an object that COMBINES data with related behavior. It ENABLES you to form distinct SEGMENTS of code that can be passed around to functions or methods as if they were values. Objective-C blocks can be added to collections like NSDictionary or NSArray.

In Objective-C class, there is an object that combines data with related behavior. It enables you to form distinct segments of code that can be passed around to functions or methods as if they were values. Objective-C blocks can be added to collections like NSDictionary or NSArray.



Discussion

No Comment Found