By bloid
via phpimpact.wordpress.com
Published: Aug 18 2008 / 20:13
Python code doesn’t typically use the get and set methods so common in PHP. Normally, when writing PHP code, you carefully protect your instance variables by making them private, so callers can only interact with them via getter and setter methods
Add your comment