日韩欧美亚洲 _ 欧美亚洲一区 _ 日本亚洲欧美 _ 亚洲精品欧美 国产白袜脚足J棉袜在线观看_亚洲熟妇av一区二区三区_久久天天躁狠狠躁夜_精品众筹模特私拍在线

單項(xiàng)選擇題

class Bird { 
static void talk() { System.out.print("chirp "); } 
} 
class Parrot extends Bird { 
static void talk() { System.out.print("hello "); } 
public static void main(String [] args) { 
Bird [] birds = {new Bird(), new Parrot()}; 
for( Bird b : birds) 
b.talk(); 
} 
} 
結(jié)果為:() 

A.chirp chirp
B.chirp hello
C.hello hello
D.編譯失敗

微信掃碼免費(fèi)搜題