✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care dintre următoarele metode sunt implementări valide ale unei metode dintr-o interfață?(A,B sau C)
interface I {
void show();
}
class A implements I {
public void show() { } // A
void show() { } // B
public void show(int x) { } // C
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!