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 |
How to call objective c function in swift?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Does objective c have garbage collection?
List out the methods used in nsurl connection?
When should you call dealloc method? Is it possible to implement dealloc in arc?
Can I use objective c in swift?
What is toll-free bridging? When is it useful?
Can objective c run on windows?
What is abstract class in objective c?
What are the rules for identifiers?
What is category in objective c?
What objective-c program consists of?