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 |
Explain the difference between uiwindow and uiview?
What are objective c properties?
Explain how to call a function in objective-c?
How do you get closure?
Is c and objective c the same?
What do you mean by cocoa?
What is protocol in objective-c?
Is objective c deprecated?
What is the difference between string and nsstring?
Can protocols have properties?
Is objective c the same as c sharp?
What are blocks and how are they used?