What is enum constant?



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

Post New Answer

More Objective-C Interview Questions

Explain the difference between uiwindow and uiview?

1 Answers  


What are objective c properties?

1 Answers  


Explain how to call a function in objective-c?

1 Answers  


How do you get closure?

1 Answers  


Is c and objective c the same?

1 Answers  


What do you mean by cocoa?

1 Answers  


What is protocol in objective-c?

1 Answers  


Is objective c deprecated?

1 Answers  


What is the difference between string and nsstring?

1 Answers  


Can protocols have properties?

1 Answers  


Is objective c the same as c sharp?

1 Answers  


What are blocks and how are they used?

1 Answers  


Categories