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.


A) universal enum
B) auto enum
C) multi-cast enum
D) strongly typed enum
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions