filmov
tv
Java Inheritance Crash Course
Показать описание
How to use inheritance in Java. I go through an example of an inheritance hierarchy with an abstract Publication class and two subclasses of Publication: Book and Magazine. Also covered in this video includes protected access modifiers, abstract methods, polymorphism, and dynamic vs. static binding.