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 |
Is objective c the same as c sharp?
What is enum constant?
What do you mean by @synthesize and @dynamic in the objective-c?
What are the important data types found in objective-c?
Is it possible to implement dealloc in arc?
Why we use synthesize in objective c?
What are the types of ios binaries you can create using xcode?
What is the difference between typedef and enum?
What does mean in xcode?
Is objective c deprecated?
Why swift is faster than objective c?
What is the isa member?