下列代码中的“this”指的是()。
A: bird
B: fly
C: bird或fly
D: 不一定
A: bird
B: fly
C: bird或fly
D: 不一定
举一反三
- 以下代码中,this表示( )。 classBird{ intx,y; voidfly(intx,inty){ this.x=x; this.y=y; } } A: 一个Bird对象 B: fly()方法 C: Bird对象或fly()方法 D: 不一定
- (6-5)以下代码中,this表示()。 classBird{ intx,y; voidfly(intx,inty){ this.x=x; this.y=y; } } A: 当前的Bird类对象 B: fly()方法 C: Bird对象或fly()方法 D: 不一定
- ______bird can fly A: A B: An C: /
- The bird was seen _____ off the tree. A: fly B: flys C: to fly D: flied
- 表达式"Bird".compareTo("Bird fly")的值是负数。