MSIR.0875 Implements method inconsistent with base method: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
A method in an extension class was specified with the <tt>Implements</tt> keyword, indicating that it Implements a method in a base class, but the method signature (parameters, parameter types, parameter names, result type) in the extension class was different from the implemented method in the base class. An implementing method's parameters and results must be identical to those of the implemented base class method (except possibly for the method name, itself).
A method in an extension class was specified with the <tt>Implements</tt> keyword, indicating that it Implements a method in a base class, but the method signature (parameters, parameter types, parameter names, result type) in the extension class was different from the implemented method in the base class. An implementing method's parameters and results must be identical to those of the implemented base class method (except possibly for the method name, itself).


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 18:01, 19 April 2013

A method in an extension class was specified with the Implements keyword, indicating that it Implements a method in a base class, but the method signature (parameters, parameter types, parameter names, result type) in the extension class was different from the implemented method in the base class. An implementing method's parameters and results must be identical to those of the implemented base class method (except possibly for the method name, itself).