Why don’t we use strong for enum property in objective-c ?
Answer / Rahul Saxena
In Objective-C, we typically do not use the ‘strong’ attribute when declaring properties of an enumeration (enum) because enums are value types and are copied rather than referenced. Enums have a fixed storage size and do not require memory management using ownership qualifiers like strong.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is concurrency in ios?
What are design patterns in ios?
Define ipa?
What does sn mean in a text message?
What is a difference between stack and heap memory?
What is nsfetchedresultscontroller? How do you turn on content monitoring?
How to access the spotlight search feature now?
What is delegate?
Explain why delegates and notifications are different.
What are all the newly added frameworks iOS 4.3 to iOS 5.0?
What are all the difference between iOS3, iOS4 and iOS5?
What is messaging? How does the runtime handle message passing?