✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
class A
{
protected int method1(int a, int b)
{
return 0;
}
}
Що справедливо в класі, який розширює клас A (extends class A)?