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 148 views
Question Info
#9344Q ID
EasyDifficulty
Module 4: Base EnumerationsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A True
  • B False
Correct Answer: Option B

Explanation

Justification:

  1. 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

Share This Question

Challenge a friend or share with your study group.