I have a child class that inherits from another abstract class, and the one in the class constructor has the following:
Public aluno(String nome, int idade){
super(nome,idade);
}
What is the "super" function in the class constructor?
...
asked by
24.12.2014 / 12:34