Abstraction Concept
Data abstraction is the process of hiding certain details and showing only essential information to the user.
An abstract class may or may not have abstract methods but if there is an abstract method then all the child classes have to override it.
Yo...
newgendeveloper.hashnode.dev1 min read