What do you understand by protocol?
Answer / Archana Mishra
In Objective-C, a protocol is a collection of methods that a class can optionally implement to conform to certain standards or behaviors. It allows communication between objects and provides a way to define interfaces for objects that may be used together.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between nsstring and string?
What is objective c good for?
What happen if we send any message to an object which is released?
What is id type in objective c?
Is objective c faster than swift?
How to declare global variable in objective c?
What is category in objective c?
What is the difference between typedef and enum?
What is extern objective c?
What is the main difference between function calls and messages?
What is objective point of view?
What is m file?