What is enum constant?
Answer / Aman Arya
An enum (enumeration) in Objective-C is a user-defined data type consisting of a set of named constants. Enums are useful for defining a group of related, integer-valued constants that can be used to represent the possible values of an enumerated type.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between copy and retain?
Mention whether nsobject is a parent class or derived class.
What is assign property in objective c?
What is an nsobject?
Is objective c garbage collected?
How to declare variable in objective c?
What is better objective c or swift?
What is single inheritance in objective-c?
What are the rules for identifiers?
What is enum in objective c?
Can a static library (.a) contain resources like images, sound files etc?
How to declare global variable in objective c?