Implementing inheritance with Enumeration class
The traditional Enum types do not support inheritance. The Enumeration class helps us to get away from the limitation.
The story of my experiments with code
The traditional Enum types do not support inheritance. The Enumeration class helps us to get away from the limitation.