i

Python Programming

Data Hiding

The object attributes may or may not be visible outside the class definition. You need to name attributes with double underscore prefix, those attributes then are not directly visible to outsiders.