Java Video Tutorial 15

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=1PPDoAKbaNA



Category:
Tutorial
Duration: 8:30
245,540 views
2,647


Code is Here: http://goo.gl/8I3sW

Best Java Book : http://goo.gl/FtKp0m

In this part of the Java Video Tutorial I cover interfaces, abstract classes, abstract methods and more.

You need interfaces and abstract classes because Java doesn't allow you to inherit from more than one other class. You would use an interface when you want to force the user of the interface to create every method in the interface.

You use an abstract method when you need some flexibility.







Tags:
Java Video Tutorial
Java
Interface
Interfaces
Abstract Class
Abstract Classes
Java Interfaces
Java Abstract Classes