✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le code suivant :
public interface I{ public void m(String x);}public class A implements I{ public void m(String x){};}
Le code suivant compile t-il ?
I o=new A();o.m("hop");
(répondre vrai pour oui ou faux pour non)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!