What is "Protocol" on objective c?

Submitted by: Muhammad
A protocol declares methods that can be implemented by any class. Protocols are not classes themselves. They simply define an interface that other objects are responsible for implementing. Protocols have many advantages. The idea is to provide a way for classes to share the same method and property declarations without inheriting them from a common ancestor
Submitted by: Muhammad

Read Online iOS Developer Job Interview Questions And Answers