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 start defining the enum and later define it again. In the end, all ...