What is the protocol in objective c?
Answer / Prabhat Saxena
A protocol in Objective-C defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. Protocols allow objects to work together by adopting (or conforming to) these protocols, which ensures that they share the necessary features. Protocols are declared with the @protocol keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of using objective-c?
What does the m mean in xcode?
What is protocol in networking?
What is the difference between nsdictionary and nsmutabledictionary?
What is a block objective c?
Can you learn swift without knowing objective c?
What is difference between method and constructor?
What is a process and thread?
Which is better swift or objective c?
What are some of the major differences between objective c and swift?
What are nsautoreleasepool and how can we use them?
Explain immutable types in objective c programming language?