- Example

Let's look at an example of how scoped enumerations can be used.

We'll cover the following...

Example #

We can explicitly specify the type of enumerators. By default, it’s int.

But that does not have ...