• 2022-06-01
    现有一个类,其名为Student,现要创建该类的一个对象s1,其正确的语句为:()
    A: s1=new Student();
    B: Students1=newStudent();
    C: Students1;
    D: 以上均不正确