How to use super in java? [duplicate]

0

I know the basics of super, but for example: If I have a class with a person with attributes name, age and sex, and a student class with student attributes course, enrollment and period, and a student class Caller Scholarship, how do I have to put in the super all attributes of Student and Person, super type (name, age, sex, course, enrollment, period)? Because I did it in a code but the error. I can not post because if I put all the classes here it will be very big and difficult to understand D:

    
asked by anonymous 15.03.2018 / 00:28

0 answers