Week 9 Event driven programing

 0    7 フィッシュ    up804653
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 English 答え English
what two things does an interactive GUI component need to process user input
学び始める
event listener to register the user action adn event handler the implement a responce
describe an interface
学び始める
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?
学び始める
true
To handle an AWT event you must implement an interface (ActionListener, WindowListener, etc.). true or flase?
学び始める
true
is an interface part of class hierachy?
学び始める
No, Unrelated classes can implement the same interface
can an interface implement methods?
学び始める
can an interface implement methods? 英語で
no
A class can implement many interfaces but can extend only one superclass. true or flase?
学び始める
true

コメントを投稿するにはログインする必要があります。