0 votes
in Python by
What is data abstraction in Python?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Sep 5, 2021 in Python by SakshiSharma
0 votes
asked Jan 11, 2021 in Python by SakshiSharma
...