What is a protocol in objective c?



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

Post New Answer

More Objective-C Interview Questions

Is objective c the same as c sharp?

1 Answers  


What is enum constant?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c?

1 Answers  


What are the important data types found in objective-c?

1 Answers  


Is it possible to implement dealloc in arc?

1 Answers  


Why we use synthesize in objective c?

1 Answers  


What are the types of ios binaries you can create using xcode?

1 Answers  


What is the difference between typedef and enum?

1 Answers  


What does mean in xcode?

1 Answers  


Is objective c deprecated?

1 Answers  


Why swift is faster than objective c?

1 Answers  


What is the isa member?

1 Answers  


Categories