听力原文:An adult might say that the TV programmes are all nonsense. They are making children become vicous, shallow, less responsible and generally indifferent about life and death. (55)
【单选题】分析如下所示的Java代码,则选项中的说法正确的是( )。 class Parent{ public String name; public Parent(String pName){ this.name = pName; } } public class Test extends Parent { //1 public Test(String Name){ //2 name=...