Vladimir

37%
Flag icon
In Python, there is no way to create private variables like there is with the private modifier in Java. What we have in Python is a simple mechanism to prevent accidental overwriting of a “private” attribute in a subclass.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview