Model review and simulation > Reviewer > Provided PTC reviews > Correctness reviews > Abstract operation on a concrete class (Reviewer Review)
Abstract operation on a concrete class (Reviewer Review)
There is an operation marked as abstract on a class that isn't abstract.
When an operation is marked as abstract the class automatically becomes abstract – but the class's abstract option can be unchecked leading to this state.
Consequences
The class cannot be implemented and the model is conceptually wrong.
Strategy
Remove the abstract option from the operations or class.