在Java中,有以下4个关键字作为权限修饰符号
访问权限从小到大排序:private < 默认的 < protected < public
Java——权限修饰符
原文:https://www.cnblogs.com/xulinjun/p/14759350.html