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?