Reviewer > Provided PTC reviews > Correctness reviews > Invalid override (Reviewer Review)
  
Invalid override (Reviewer Review)
An operation that has been marked as an override must override something in a base class (at the same level of visibility).
Consequences
This is a correctness review. If the model is to be correct then this should be corrected.
Strategy
Either remove the override option or make the overridden operation in a super class virtual.