logo

Crowdly

Completează codul pentru ca Main să poată apela metoda zboara() din int...

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

  1. Completează codul pentru ca Main să poată apela metoda zboara() din interfață:

interface Zburator {

    void zboara();

}

 

class Pasare implements Zburator {

   

//cod lipsa

}

 

public class Main {

    public static void main(String[] args) {

        Zburator p = new Pasare();

        p.zboara();

    }

}

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!