I am pretty new to OOP. We all know that Java does not support multiple inheritance; however, all Java classes inherit from Object and can also inherit from ano
Object
Your class that extends that other class, but it extends Object, too, so you're still in one line of inheritance, not multiple inheritance.
It calls as a multi-level inheritance. not multiple inheritance.