What is data abstraction accomplished?
Loading
What is data abstraction accomplished?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 31, 2022, 11:52 AM
Data Abstraction is the process of marking some of the component visible which are important/essentail which should expose to outside world and hiding down implementation details. Can be achieved using access spacifiers such as private, public, protected etc. Abstract are key words used for data abstraction.