题目内容

class Parent { String one, two; public Parent(String a, String b){ one = a; two = b; } public void print(){ System.out.println(one); } } public class Child extends Parent { public Child(String a, String b){ super(a,b); } public void print(){ System.out.println(one + " to " + two); } public static void main(String arg[]){ Parent p = new Parent("south", "north"); Parent t = new Child("east", "west"); p.print(); t.print(); } } Which of the following is correct?()

A. Cause error during compilation.
B. south east
C. south to north east to west
D. south to north east
E. south east to west

查看答案
更多问题

依照我国《宪法》的规定,下列领导人由全国人民代表大会选举产生的是()。

A. 国家副主席
B. 中央军委副主席
C. 国务院副总理
D. 最高人民检察院副检察长

在Excel工作表中,默认的文本的水平对齐方式为()。

A. 左对齐
B. 居中
C. 右对齐
D. 任意

下列()不是“磁盘属性”对话框的选项卡。

A. “查看”
B. “工具”
C. “常规”
D. “硬件”

钎焊作业安全生产是为了使钎焊作业生产过程在符合物质条件和工作秩序下进行。

A. 正确
B. 错误

答案查题题库