InterviewSolution
Saved Bookmarks
| 1. |
What is protocol in Objective-C? |
|
Answer» A PROTOCOL announces a PROGRAMMATIC interface that a CLASS chooses to implement. It enables two classes that are related by inheritance to “talk” with each other in order to accomplish a GOAL. |
|