What is Abstraction in java?
Abstraction is a technique of hiding the internal detail and showing only the essential data to the user.
We can achieve Abstraction by using two ways
By using Abstract class :
By using abstract class we can achieve 0 to 100% abstraction . It provi...
what-is-oops.hashnode.dev1 min read