How to inherit attributes from 2 different classes in JAVA? [duplicate]

0

I'm trying to inherit the attributes of the Physical and Legal classes, but I know that in Java there is no multi-inheritance. How can I use the Physical and Legal class attributes in the Client class?

    
asked by anonymous 25.11.2018 / 02:17

0 answers