单选题
下面哪个语句是正确的
____
A、
Object o=new Button("A");
B、
Button b=new Object("B");
C、
Panel p=new Frame();
D、
Frame f=new Panel();
【正确答案】
A
【答案解析】
提交答案
关闭