Multiple Inheritance | Selenium Forum
M
Posted on 18/10/2016
Is by any chance multiple inheritance can be implemented in java?

M
Replied on 19/10/2016

no, you can't but you can use implement multiple times.

or

you can inherit A.java to B.java and then inherit B.java to C.java.