filmov
tv
Java Practice Examples - Module 5-5 Implementing Multiple Interfaces

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
-- Video Description --
In this video we look at how you can implement multiple interfaces into a single class. Java limits you to extending only a single class, but allows you to implement an unlimited number of interfaces.
It is not uncommon to find a class which implements 2,3, or more interfaces, and this video will show you how to easily do that.