Inspectopedia
 
2024.3

No-op method in 'abstract' class

Warning
New
Last modified: 03 December 2024

Reports no-op (for "no operation") methods in abstract classes.

It is usually a better design to make such methods abstract themselves so that classes inheriting these methods provide their implementations.

Example: