-
Notifications
You must be signed in to change notification settings - Fork 129
Modeler_audit_rules_R2250
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
All Operations in a Classifier must have a different signature from inherited public and protected operations, except for constructor, destructor and redefined operations.
An Operation is identified by its signature, so it must be unique within all the inherited operations in a classifier. Redefined methods are exempt since their job is to actually override another inherited method with the same signature.