As Object class is the base of every class, can we conclude JAVA is supporting multiple inheritance for a Cat class extending Animal class.
I read on explanation on page(Inheritance in java and Superclasses(Object, Class)).
But to my understanding it seems too me like below:
Object
^ ^
Animal ^
^ ^
Cat