Challenge: Add Enumerations
Test your understanding of enumerations by working through this challenge.
We'll cover the following...
Problem statement
In addition to correcting issues that arise in the validation application, you’ll also have to do the following:
-
Define enumeration data types with the help of the
Enumeration
meta-class. Also, define any enumeration attributes together with astatic
...