Course Content
Abstraction & Interfaces

Abstract Class: A class which is declared with the abstract keyword. It can have abstract and non-abstract methods.

Interface: A blueprint of a class. It has static constants and abstract methods.

Course Reviews

No reviews yet.