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 are the types of ios binaries you can create using xcode?
How do I create a bridge header in objective c?
Tell us the result when you invoke a particular method on a nil pointer?
Is objective c the same as c sharp?
What is posing in objective c?
How to initialize nsmutabledictionary in objective c?
How do you define a protocol?
What is id type in objective c?
What is data encapsulation in objective-c?
How to sort array of dictionary in objective c?
What number distinctive annotations is accessible in objective-c?
Why is objective c better than swift?