First page Back Continue Last page Graphics
Objective C 2.0 - Protocols
Objective C 2.0 has two new modifiers for protocols.
These can be used for making methods optional or mandatory to be implemented.
It is noticeable in iPhone development methods which are informal protocol in Cocoa are now optional methods in formal protocols.