checkSuperclassPropertyImplementation

Checks classdef files to see if the class redefines properties already implemented by any superclass (if any). If this is the case, the class cannot be instantiated and an error will be thrown indicating this problem.

If the superclass declares a property as "Abstract", the check passes, regardless of the property in the class is implemented, or not (making the class abstract as well).

Exemption tag: %@ok<SUPPI>