MCQ
Single Best Answer
Easy
QThe default first literal value or option in an enumeration is internally represented by the number 1. TRUE or FALSE.
ID: #9344
Module 4: Base Enumerations
147 views
Question Info
#9344Q ID
EasyDifficulty
Module 4: Base EnumerationsTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
Justification:
- False: This statement is false. The first literal value in a base enumeration is represented by the number 0 by default. The second literal or option in the enumeration is represented by a 1, and so on. These numerical values can also be changed by a developer, however.
Related Lesson: Create a Base Enumeration
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic