Questions tagged as 'subclasse'

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
1
answer

subclass does not incorporate super class method

This is the first time I've had this error. I have the% class Loja that extends into several subclasses. problem is that subclasses do not "request" the super method Shop: public abstract class Loja { /** * Corresponde ao valor da area...
asked by 19.04.2018 / 22:52