Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a block objective c?



What is a block objective c?..

Answer / Suneeta Kumari

In Objective-C, blocks are similar to closures in Swift. They are anonymous functions that can be defined inline and passed around like any other object. Blocks provide the ability to have flexibility in function arguments and return types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What are the rules of variable?

1 Answers  


Explain the difference between #import and #include in objective-c?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


What is block variable?

1 Answers  


How to use objective c file in swift?

1 Answers  


What is nonatomic and strong in objective c?

1 Answers  


What is delegation protocol?

1 Answers  


What are the different types of identifiers?

1 Answers  


When might you use a cfarray/dictionary instead of a nsarray/dictionary?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


When should you call dealloc method? Is it possible to implement dealloc in arc?

1 Answers  


What is a category extension?

1 Answers  


Categories