Q:

What is data abstraction in Python?

0

What is data abstraction in Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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 processes and showing only the functionality. In Python abstraction can be achieved using encapsulation.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How do you do data abstraction in Python?... >>
<< Define encapsulation in Python?...