filmov
tv
Java Programming 1 - Inheritance Part 2/2
![preview_player](https://i.ytimg.com/vi/jxTblIxOnOw/maxresdefault.jpg)
Показать описание
In this video, I cover Inheritance, the relationships between superclasses (aka base classes, parent classes) and subclasses (aka derived classes, child classes), Information Hiding (Protected access modifier), rules of Inheritance, how to access Superclass constructors and methods via the "super" directive, Override vs Overoad, super() vs this().