Possible Duplicate:
Objective-c - Purpose of categories and protocols
Can anyone justify @protocol mechanism of Objective C in simple words. Like,
- Defining protocol
 - Implementing protocol
 - Other alternatives of protocol
 
Possible Duplicate:
Objective-c - Purpose of categories and protocols
Can anyone justify @protocol mechanism of Objective C in simple words. Like,
You can find a good introduction on protocols at Apple's developer site, as well as on WikiBooks.