You can use the overridespecifier to indicate that the method in the derived class overrides the abstract method in the base class. When you change the method signature in the base class, the specified method overrideshould cause an explicit compiler error, because it no longer overrides the base class method.
source
share