Suppose I have two different enum classes that have the same number of fields as well as definitions: E.g: enum class EnumA { Normal, Abnormal } enum class EnumB { Norma...