This post discusses inheritance in Java, including what it is, single inheritance vs. multiple inheritance, and how to use the extends keyword.
Table of contents
What you'll learn in this Java tutorialWhat is inheritance in Java?Single inheritance and multiple inheritanceHow to use the extends keyword in JavaUnderstanding Java class hierarchyMethod overriding vs. method overloadingSort: