logo

Crowdly

Soit le code suivant : public interface I{     public void m(String x); } ...

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

100%
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!