Multiple Choice
What is NOT an advantage of an enum class over a standard enum?
A) Doesn't map to an integer
B) Values are not global in scope
C) Occupies less memory
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: if x is 0, what is the
Q3: Given the following code, what is the
Q5: A loop that iterates one too many
Q6: A _ loop always executes the loop
Q8: Which boolean operation is described by the
Q9: Variables defined inside a set of braces
Q10: The break statement causes all loops to
Q11: Given the following enumerated data type definition,
Q12: The compiler always pairs an else with
Q37: What is the value of x after