I remember that i had read that multi inheritance is not allowed in JAVA.So imagine the hierarchy is like this in my code
A | | v B | | v C
An ugly way to make C inherit what comes from A is to write the vary same functions to function B and to call the functions of A there.Isn't there a more elegant-smart way to do this?
The variables can not be inheritted in any way?