标签:zed 基本 style 基本数据 不可 log 方法 span 类变量
1.java数据类型
2.修饰符和关键字
父类中声明为public的方法在子类中也必须为public。
父类中声明为protected的方法在子类中要么声明为protected,要么声明为public。不能声明为private。
父类中默认修饰符声明的方法,能够在子类中声明为private。
父类中声明为private的方法,不能够被继承。
3.非访问修饰符
标签:zed 基本 style 基本数据 不可 log 方法 span 类变量
原文地址:https://www.cnblogs.com/sjxbg/p/8820262.html