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

您必须登录才能发表评论。