21100 - VictoriaBrown/MyProgrammingLab_Ch10 GitHub Wiki

QUESTION:

The (abstract) class DesktopComponent contains an abstract method named onClicked that is void-returning and accepts no parameters . Provide the declaration of this method .

CODE:

public abstract void onClicked();