✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Codul de mai jos este corect?
interface A {
int x = 5;
void metoda();
}
class B implements A {
public void metoda() {
x = 10;
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!