logo

Crowdly

Browser

Add to Chrome

Soit le code suivant : public class X {} public class Y extends X{} public i...

✅ 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.

100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.umontpellier.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome