多项选择题

已知:

要使用类B通过编译,只需要修改()

A.第2行改为:publicinti;
B.第3行改为:publicC(inti){this.i=i;}
C.第6行改为:publicB(){this(5);}
D.第6行改为:publicB(){super(5);}