类名上使用 阻止继承
    public final class Executive extends Manager{}
    方法名上使用 子类不能覆盖该方法
    public final String getName()
    在实例域(变量)上使用 在调用构造函数之后,不能被修改