WARN39-Classes without overrides of abstract methods

Top  Previous  Next

 

Classes without overrides of abstract methods (WARN39)

 

This section lists classes that do not override abstract methods in ancestor classes. If a method is declared abstract in an ancestor class, it must be overridden in descendant classes. Otherwise, calling the method for the descendant class will result in a runtime error.

 

 

See also:

 

Alerts