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 |
Explain what is #import?
What are the three subatomic particles?
Explain what is data encapsulation in objective-c?
How do I create a bridge header in objective c?
How to call methods in objective c?
What is difference between extern and global?
What is the difference between nsdictionary and nsmutabledictionary?
What is super in objective c?
What is the difference between property and instance variable?
Is swift objective c?
Can I use objective c in swift?
What is typedef objective c?