Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
13 Protocols A useful when defined set needs to talk that one class more choose to implement. Protocols protocol is a of methods a can are an object to or other objects but doesn't know (or particularly care) the class of those other objects. Objective-C protocols are the equivalent of Java interfaces. In fact, the designers of Java borrowed the concept from Objective-C. Protocols are used throughout the Cocoa frameworks. Objective-C has