What is a protocol in objective c?
Answer / Ashutosh Verma
A protocol in Objective-C defines a blueprint of methods, properties, and other requirements that suit a particular task or behavior. A class can adopt (conform to) multiple protocols to implement their responsibilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between string and nsstring?
How would I make a static strategy?
Who introduced objective-c & when?
How declare methods in objective c?
What does it mean to be objective?
What happens when you create a block?
Is objective c difficult?
Explain the types of protocol?
Is objective c better than c++?
What is an objective fact?
Is objective c faster than swift?
What are the different types of protocols?