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 are the different types of protocols?



What are the different types of protocols?..

Answer / Shobha Kumari

In Objective-C, there are three main types of protocols: (1) Protocols with methods declaration only - these define a set of methods that a class must implement. (2) Protocols with methods implementation - these are also known as C categories and provide method implementation for Objective-C classes. (3) Delegation protocols - these define a protocol to be followed by an object to handle events or messages from another object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to convert objective c project to swift?

1 Answers  


Is struct a class?

1 Answers  


What is nsmutabledictionary?

1 Answers  


Is objective c similar to c++?

1 Answers  


How does dispatch_once manages to run only once?

1 Answers  


When will you use nsarray and nsmutablearray?

1 Answers  


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

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 an m file?

1 Answers  


What is objective c & why it is used for?

1 Answers  


Mention which class can you use for parsing of xml in iphone?

1 Answers  


What do you understand by protocol?

1 Answers  


Categories