...

/

Merging and Adding Functionality to Enum

Merging and Adding Functionality to Enum

In this lesson, you will see two advanced features: merging and adding functions to enum.

We'll cover the following...

Merging values #

Like interfaces, an enum can be defined in more than one place. You can ...