Linked by Amjith Ramanujam on Wed 13th Aug 2008 16:47 UTC, submitted by BlueVoodoo
Permalink for comment 327192
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2007-07-25
Personally I would like to see some changes to the Python language with regards to the OOP. First and foremost I think all member variables should be private, either by language design, or by option default. Furthermore, I think the methods should have public/private/protected keywords. THEN python would truly be perfect.