Can a protocol have properties?
Answer / Avinash Kumar Shahi
No, protocols in Objective-C do not have properties. They only define methods that conforming classes or structures must implement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c still used?
Mention which class can you use for parsing of xml in iphone?
What do you mean by @synthesize and @dynamic in the objective-c?
What does mean in xcode?
Explain the difference between atomic and nonatomic synthesized properties.
How to convert data to string in objective c?
What do you mean by category and when to use it?
Is there function overloading in objective-c?
Is c++ similar to objective c?
How does dispatch_once manages to run only once?
What is difference between datasource and delegate?
Who invented objective c?