Explain the types of protocol?
Answer / Ankit Rastogi
{"types of protocol": "In Objective-C, there are two main types of protocols: Protocols with methods (protocols that define a set of methods to be adopted by classes) and Protocols without methods (used mainly for declaring properties and methods that should conform to certain requirements)."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is instance variable objective c?
What is the use of objective c?
What is a selector objective c?
Can protocols have properties?
What happen if we send any message to an object which is released?
What is difference between objective c and swift programming?
Tell us the result when you invoke a particular method on a nil pointer?
How can we put nil it into dictionary/array?
Is objective c type safe language?
What is class extension? Why do we require them?
How to print string in objective c?
How dispatch_once runs only once?