IntelliJ IDEA
 
Get IntelliJ IDEA

Use interface where possible

Last modified: 11 February 2024

Use Interface Where Possible refactoring delegates execution of the specified methods, derived from a base class/interface, to an instance of an ancestor class or an inner class, implementing the same interface.