logo

Crowdly

Care dintre următoarele metode sunt implementări valide ale unei metode dintr-o ...

✅ 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

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

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