- A Elements must have numeric values
- B Elements cannot have associated labels
- C Elements are implicitly assigned sequential integers
- D Elements are exclusively used for exception handling
- Share this MCQ
Answer:
C
Share this MCQ
Base enum elements in X++ are implicitly assigned sequential integers, starting from 0 by default. However, you can explicitly assign integer values to enum elements if needed. This feature ensures that each enum element corresponds to a unique numeric value, making it easier to work with these elements in your code.
Click me to Read more Question & Answer of Module 4: Base EnumerationsShare this MCQ