Day 10 - How is abstraction achieved in java?
Abstraction allows us to hide our implementation. It is one of the key properties of Object-Oriented Programming (OOP). In java, it is implemented using abstract class & Interface.
Abstract class
We can simply create an abstract class by including th...
blog.sanjaybabu.dev1 min read