logo

Crowdly

Codul de mai jos este corect?  interface A {     int x = 5;     void met...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Codul de mai jos este corect? 

interface A {

    int x = 5;

    void metoda();

}

 

class B implements A {

    public void metoda() {

        x = 10;

    }

}

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!