示例
abstract class
ClassA
{{
public void
test () {
}
}
解决方案
不声明不带 abstract 方法的
abstract
类。