logo

Crowdly

¿Hay errores en la siguiente clase genérica? class Point<?> {     private ?...

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

¿Hay errores en la siguiente clase genérica?

class Point<?> {

    private ? x, y;

   

    public Point (? x, ? y) {

        this.x = x;

        this.y = y;

    }

}

More questions like this

Want instant access to all verified answers on moodle.uam.es?

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