Multiple Choice
In C++11, you can use a new type of enum known as a(n) __________ (also known as an enum class) to have multiple enumerators with the same name, within the same scope.
A) universal enum
B) auto enum
C) multi-cast enum
D) strongly typed enum
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: You cannot directly assign an integer value
Q4: A good reason to pass a structure
Q5: In C++11 if you want to retrieve
Q6: Passing a structure as a constant reference
Q7: If Circle is a structure, what does
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it
Q12: A declaration for an enumerated type begins
Q13: Which of the following is an example