JAVA入门(13)--------继承与多态

13.1 Java中的继承 1. 继承的概念 Person类:name,age birthDate Student类:school + name,age,birthDate (需要extends Person) java.lang.Object是所有类的根类,所有的类都直接或间接继承了Object; Object类中定义了常用的方法,equals(), toString(),    Java是单继
相关文章
相关标签/搜索