Abstraction
Data Abstraction
Data abstraction is the process of hiding certain details and showing only essential information to the user. Abstraction can be achieved with either abstract classes or interfaces.
Advantage of Data Abstraction
- Reduces Complexity
- Avoid Code Duplication
- Eases the burden of maintenance
- Increase Security and confidentiality