A concrete Classifier cannot have abstract Operations.
A class which has abstract methods cannot be instantiated, it is then definitively abstract.
Either make the class abstract or make the methods non-abstract.