Which of the following properties of an enum can be marked abstract?
B.
An enum cannot be marked abstract, nor can any of its values, but its methods can be marked abstract, making Option B the correct answer.
If an enum contains an abstract method, then every enum value must include an override of this abstract method.