公有的public:无限制
保护型的protected:只能用于本类和其子类中
私有的private:只能用于本类内部
内部的internal:用于本程序内
1.类的默认访问修饰符是internal
2.方法的默认访问修饰符是private
3.字段默认修饰符是private