The code has a class or class member marked with both the final and abstract modifiers. These modifiers cannot be combined.
To correct this error
-
Use either the final or abstract modifier.
The code has a class or class member marked with both the final and abstract modifiers. These modifiers cannot be combined.
Use either the final or abstract modifier.