Multi-level inheritance
Inheritance characteristics: There is a single inheritance relationship between classes in Java, that is, a class can only have a direct parent class, but it can be inherited at multiple levels.
Inheritance characteristics: There is a single inheritance relationship between classes in Java, that is, a class can only have a direct parent class, but it can be inherited at multiple levels.