关于抽象类与继承的几个问题

例一: import java.lang.reflect.Field; public class ReflectTest{ public static void main(String[] args) throws Exception{ Student student = new Student("Male", 26, "NO.14 Middle School"); student.d
相关文章
相关标签/搜索