Skip to content

Modeler_audit_rules_R1620

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R1620

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.

Clone this wiki locally