-->
当前位置:首页 > 题库

单选题:Which of the following is not true about adapter classes?

Luz5年前 (2021-05-10)题库1378
Which of the following is not true about adapter classes? @[D](2)

A. They implement their corresponding listener interface.
B. They provide empty implementations for every method in their corresponding interface.
C. They are useful only for interfaces with more than more method.
D. Using an adapter class is more efficient because only the method that you override are invoked by the even source.




A.They implement their corresponding listener interface.
B.They provide empty implementations for every method in their corresponding interface.
C.They are useful only for interfaces with more than more method.
D.Using an adapter class is more efficient because only the method that you override are invoked by the even source.


答案:D