Will python never intend to support private, protected and public?
Paul Rubin
http
Thu Sep 29 02:37:54 EDT 2005
More information about the Python-list mailing list
Thu Sep 29 02:37:54 EDT 2005
- Previous message (by thread): Will python never intend to support private, protected and public?
- Next message (by thread): Will python never intend to support private, protected and public?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gregor Horvath <g.horvath at gmx.at> writes: > One reason is that it does not restrict the programer to tight und has > genuine simple solutions, like the one with "private" instance > variables. If you don't want the compiler to make sure your private instance variables stay private, then don't declare them that way. You're the one asking for less flexibility.
- Previous message (by thread): Will python never intend to support private, protected and public?
- Next message (by thread): Will python never intend to support private, protected and public?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list