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 are the blocks? How will you use them?
What is the point of closures?
Can I use objective c in swift?
What is a delegation protocol?
What is a .m file in xcode?
What is protocol in objective-c?
What are the delegate?
Explain the way messaging works in objective-c?
What is kvc and kvo?
What are the advantages of using objective-c?
Is objective c superset of c?
Is objective c, a dynamic language? True/false, explain.