✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Наступний код викликає помилку при компіляції. Вкажіть причину.
abstract class A
{
abstract int demo();
}
class B extends A
{
}