What is Abstraction in Python?

Python is an Object Oriented Programming Language with a very simple syntax.Now what do you mean by Abstraction in Python.First of all we will see the typical definition of Abstraction:-
Abstraction is the process of hiding sensitive data and only showing the essentiy or required part of the data.


Now I am sure you might have not understood the meaning of Abstraction by this typical definition.So,how we can understand this concept easily.I am taking the example of ATM Machine,you just know how to fetch or get the money💰,you actually don't know from where this money coming.Is someone sitting inside ATM machine or it's been operated by any bots.So,the similar concept can be related to ABSTRACTION.

No comments: