✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le code suivant :
public class X {}public class Y extends X{}public interface I{ public void m(X x);}public class A implements I{ public void m(Y y){};}
Sélectionnez l'affirmation correcte.