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 a block objective c?
What do you mean by category and when to use it?
Who invented objective c?
What are the 5 principles of object oriented programming?
Why swift is faster then objective c?
How to convert objective c project to swift?
What is a category extension?
What is the primary use of the category in the objective-c?
Explain the types of protocol?
What is meant by not thread safe?
Is closure a function?
How to use swift protocol in objective c?