多项选择题

A.Student student 声明了一个类
B.new Student()创建了Student 对象的一个实例
C.Student student 声明了对象Student 的一个引用
D.class Student 声明了一个类