filmov
tv
Java Tutorial: Inheritance

Показать описание
This tutorial explains the concept of inheritance. It covers the terms super class (aka parent class, base class) and sub class (aka child class, derived class). It demonstrates how to implement inheritance using the extends keyword in Java.