Is it possible for a child class to use attributes of its parent class in Java?

0

In my case I needed to use attributes of the parent class in the toString of the daughter class, being these private, it was not possible for me to do so. Is there a solution for this?

    
asked by Andrea Barroso 13.06.2018 в 21:19
source

0 answers