Questions tagged as 'superclasse'

2
answers

Class, Superclass and Subclass

Regarding inheritance by code reuse in C # I have the following doubt: What is the difference between classes , superclasses and subclasses ? Does this change anything when doing code reuse? Additional Information: Terminology Mean...
asked by 01.09.2017 / 15:43
0
answers

How to use super in java? [duplicate]

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...
asked by 15.03.2018 / 00:28
1
answer

Operations between various classes

Well, I'm relatively new to programming in Java! It is the following I have a Super Class of User name of which there are 2 subclasses Citizen and Autarchy, within the class Citizen I have created an ArrayList that will guard the Prizes of this...
asked by 05.11.2017 / 04:08