abstract Modifier in Java
Introduction
The abstract modifier in Java is applicable for classes and methods but not for variables. It is used to achieve Abstraction, one of the key concepts in Object-Oriented Programming.
Abstract Methods
Even if we don't know the implementati...
blog.ashutoshkrris.in4 min read