Examlex

Solved

In C++11, You Can Use a New Type of Enum

question 8

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.


Definitions:

Related Questions