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 do you mean by dot notation?
How do I create a bridge header in objective c?
Is objective c the same as c sharp?
What is the purpose of the protocol?
When to use nsautoreleasepool??
Is struct a class?
Does objective c have multiple inheritance?
What is the class of a constant string?
What is meant by not thread safe?
What is the difference between property and instance variable?
What is the difference between atomic and nonatomic synthesized properties?
Who made objective c?