Explain what is protocol in objective-c?
Answer / Kapil Solanki
A protocol in Objective-C defines a blueprint of methods, properties, and other requirements that suit a particular task or role. Protocols allow objects to communicate with each other by adhering to common interfaces. Multiple classes can conform to the same protocol and implement the required methods in their own ways.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 'protocol' on objective c?
What is gcd objective c?
How different is objective c from swift?
When will you use nsarray and nsmutablearray?
What is data encapsulation in objective-c?
Is objective c compiled?
Is c++ objective c?
Is objective c hard?
Explain what is @synthesize in objective-c?
Explain the types of protocol?
What is a process and thread?
Explain how to call a function in objective-c?