What is enum in objective c?



What is enum in objective c?..

Answer / Shashank Yadav

"In Objective-C, an enumeration (enum) is a way to create a set of named integer constants. It allows you to define a list of related values and assign them symbolic names."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Explain what is #import?

1 Answers  


What are the three subatomic particles?

1 Answers  


Explain what is data encapsulation in objective-c?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


How to call methods in objective c?

1 Answers  


What is difference between extern and global?

1 Answers  


What is the difference between nsdictionary and nsmutabledictionary?

1 Answers  


What is super in objective c?

1 Answers  


What is the difference between property and instance variable?

1 Answers  


Is swift objective c?

1 Answers  


Can I use objective c in swift?

1 Answers  


What is typedef objective c?

1 Answers  


Categories