Which two, independently, will allow Sub to compile?()https://assets.asklib.com/images/image2/2018080110550765182.jpg

A . Change line 2 to:public int a; B . Change line 2 to:protected int a; C . Change line 13 to:public Sub(){this(5);} D . Change line 13 to:public Sub(){super(5);} E . Change line 13 to:public Sub(){super(a);}

时间:2022-11-09 08:04:18 所属题库:SCJP程序员认证考试题库

相似题目