black

1Z0-853

登录

多项选择题

Given:
10. interface Jumper { public void jump(); } ...  
20. class Animal {} ...  
30. class Dog extends Animal {  
31. Tail tail;  
32. }  
...  
40. class Beagle extends Dog implements Jumper{  
41. public void jump() {} 
42. }  
...  
50. class Cat implements Jumper{  
51. public void jump() {}  
52. }.
Which three are true?()

A. Cat is-a Jumper
B. Cat is-a Animal
C. Dog is-a Jumper
D. Dog is-a Animal
E. Beagle has-a Jumper
F. Cat has-a Animal
G. Beagle has-a Tail

相关考题

多项选择题 Click the Exhibit button.   Given: Which two statements are true if a NullPointerException is thrown on line 3 of class C?()

单项选择题 Given: What is the result? ()

单项选择题 Given: What is the result?()

All Rights Reserved 版权所有©考试题库网(kstiku.com)

备案号:湘ICP备14005140号-3

经营许可证号:湘B2-20140064