swift 中为了防止被子类重写 可以用 final 标记例 final var, final func, final class func, final subscript给 class类 前添加 fianl 表示该类不可被继承