Abstract classes and interfaces in Java serve fundamentally different purposes. Learn the differences between these Java language elements and how to use them in your programs. Abstract classes and ...
==IMPORTANT== : You can't create an object of a abstract class hence if you want to create an object then simply inherit that class with another class and create an object of that instead.