Příklad

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

Řešení
Nemějte nikdy třídu abstract bez alespoň jedné abstraktní metody.