Can protocols have properties?
Answer / Amit Kumar Snai
No, in Objective-C, protocols do not have properties. They define a blueprint of methods that can be adopted by a class or struct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is c and objective c the same?
Are callbacks closures?
How do you call a method in objective c?
List out the methods used in nsurl connection?
Is objective c better than c++?
What's the difference between a thread safe and a thread unsafe function?
What is an extension?
What is difference between method and constructor?
What is a block objective c?
What is difference between array and nsarray?
What is immutable infrastructure?
How to convert string to nsnumber in objective c?