Multilevel Inheritance in Java with Program Example
Multilevel Inheritance in Java with Program Example
Multilevel inheritance is a type of inheritance where a subclass acts as a superclass of another class. In other words, when a class with a parent class, is extended by another class and forms a sequential chain, then it’s termed Multilevel inheritance. For instance, class A is extended by class B, and further class B is inherited by class C which aquires features of class A and class B. In…
View On WordPress













