What is 'protocol' on objective c?
Answer / Sudhir Kumar Mishra
'Protocol' is a feature in Objective-C that defines a blueprint of methods, properties, and optional variables that a class or structure can adopt. It allows multiple classes to implement the same interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to sort array of dictionary in objective c?
Is swift based on objective c?
Explain mutable types in objective c programming language?
When to use nsautoreleasepool??
Tell us the result when you invoke a particular method on a nil pointer?
What can’t we put into an array or dictionary?
What does @synchronized() do?
How to call objective c function in swift?
What is difference between c and objective c?
When is toll-free bridging useful?
Is c and objective c the same?
Why is objective c better than swift?