What is the protocol in objective c?
Answer / Prabhat Saxena
A protocol in Objective-C defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. Protocols allow objects to work together by adopting (or conforming to) these protocols, which ensures that they share the necessary features. Protocols are declared with the @protocol keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a protocol in objective c?
Is objective c better than c++?
What is difference between array and nsarray?
What is objective c used for?
What is .m file in objective c?
Ns object is a parent class or derived class?
What is super in objective c?
What number distinctive annotations is accessible in objective-c?
Is objective c statically typed?
What is delegation protocol?
What is an instancetype?
How declare methods in objective c?