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.
This is the first post in the series: Enumeration classes – DDD and beyond. This post gives an introduction to an Enumeration class.