abstract 修饰符可以用于类、方法、属性、事件和索引指示器(indexer),表示其为抽象成员,抽象方法是没有方法体的方法。
abstract 来自不可以和 static、virtual 、final、native一起使用