Summary

A concrete Classifier cannot have abstract Operations.

Details

A class which has abstract methods cannot be instantiated, it is then definitively abstract.

Tips

Either make the class abstract or make the methods non-abstract.