多态?
    超类 / 子类的声明。例如 Animal dog = new Dog();

    final 关键字

    1. 可以阻止继承
    2. 当常量使用

    instanceof 这个 api 的使用场景?
    超类/子类 变量的 instanceof 判断