Posts by Cássio Elias • 7 points
1 post
-
-2
votes1
answer140
viewsQ: I can’t seem to instantiate an object
I’m unable to instantiate an object from the Student class Pupil Class public class Aluno extends Pessoa { private int matricula; public Aluno(int id, String nome, String endereco, String telefone,…