filmov
tv
Java Practice Examples - Module 4-6 Extending a Class

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
In this example we look at how to extend a class (class inheritance) in Java. You are only allowed to extend a single class in Java, however, you can have a parent, grandparent, great-grandparent, etc in Java.
If you don't extend a class, by default, you extend the Object class.