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 the major difference between objective c and swift?
Explain the difference in xib/storyboard vs nib?
Can you retain delegates?
What are objective c properties?
What is meant by not thread safe?
What does the gc () method?
What are the advantages of using objective-c?
What are nsautoreleasepool and how can we use them?
What is the difference between nsdictionary and nsmutabledictionary?
What is autoclosure?
Why do we require class extension?
What is the primary use of the category in the objective-c?