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 delegation protocol?



What is a delegation protocol?..

Answer / Rinku Gupta

A delegation protocol in Objective-C is a way to communicate between two objects, where one object (the delegate) handles certain events or tasks for another object (the delegatee). The delegate conforms to the protocol and adopts its methods, which are then implemented to handle specific actions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What does __ block do?

1 Answers  


What is a nsstring?

1 Answers  


What are the characteristics of the category?

1 Answers  


What is difference between extern and global?

1 Answers  


What is the use of synchronized() block in objective c?

1 Answers  


What is the difference between class and category?

1 Answers  


Can a protocol have properties?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?

1 Answers  


What is the difference between underscore and self (i.e self.xx and _xx) ?

1 Answers  


Explain application life cycle or application states?

1 Answers  


Does objective c have pointers?

1 Answers  


What is the class of a constant string?

1 Answers  


Categories