Abstraction and Abstract class in Java
Let's first understand the concept of abstraction in java.
Abstraction is a process of hiding the implementation details and showing only functionality to the user.
hiding the internal details it only shows what's necessary to the user
A class which ...
preetimath.hashnode.dev2 min read