Week 9 Event driven programing

 0    7 schede    up804653
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda English Risposta English
what two things does an interactive GUI component need to process user input
inizia ad imparare
event listener to register the user action adn event handler the implement a responce
describe an interface
inizia ad imparare
An interface is like a class, but it can contain only abstract methods and constant fields (no class variables).
The class that implements an interface should override all interface methods. true or false?
inizia ad imparare
true
To handle an AWT event you must implement an interface (ActionListener, WindowListener, etc.). true or flase?
inizia ad imparare
true
is an interface part of class hierachy?
inizia ad imparare
No, Unrelated classes can implement the same interface
can an interface implement methods?
inizia ad imparare
can an interface implement methods? in inglese
no
A class can implement many interfaces but can extend only one superclass. true or flase?
inizia ad imparare
true

Devi essere accedere per pubblicare un commento.