~/ learn/ comp-308/ cards/ Interfaces & complete decoupling
1 of 7

Type the project's Fixable interface

Type the project's Fixable interface

Answer

public interface Fixable { void fix(); void log(); }

No bodies, no access keywords needed — interface methods are implicitly public and abstract. Implementers must supply both fix() and log().

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/822b5f74-bc3d-4a47-9447-a8f9b68d9472/flashcard utf-8 LF