Category: Inheritance
-
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 traditional Enum types do not support inheritance. The Enumeration class helps us to get away from the limitation.