0
Inheritance in Java.
As we know, each class or base class is descendent or inherited from class Object. Am I right?
3 Antworten
+ 2
yes you are correct. Every class is implicitly or explicitly derived from the Object class, which is the root of the class hierarchy.
+ 2
True
+ 1
Inheritance is like making a subclass bigger.

![Hasnain [ACTIVE CHALLENGER] - avatar](https://blob.sololearn.com/avatars/14e08736-0a46-42d5-b626-8a9f6db0dc90.jpg)




