Google News
logo
Python - Interview Questions
What is data abstraction in Python?
In simple words, abstraction can be defined as hiding of unnecessary data and showing or executing necessary data. In technical terms, abstraction can be defined as hiding internal process and showing only the functionality. In Python abstraction can be achieved using encapsulation.
Advertisement