Skip to main content

One doc tagged with "java polymorphism"

View All Tags

Inheritance and Polymorphism in Java

In this tutorial, we will learn about inheritance and polymorphism in Java. We will learn about how to create subclasses and superclasses, how to use inheritance to reuse code, and how to use polymorphism to create flexible and extensible code in Java.