サンプル

abstract class ClassA {
public void test () {
}
}

解決策
abstract クラスには、少なくとも 1 つの abstract メソッドを指定してください。