Classes

Marko Rauhamaa marko at pacujo.net
Fri Oct 31 13:35:20 EDT 2014


Seymore4Head <Seymore4Head at Hotmail.invalid>:

> In this class, we will follow the practice of accessing the contents
> of objects using methods known as getters and setters.

The biggest problem in this OO disease is that it makes you think of
objects as data containers instead of dynamic agents.

An object is defined through its behavior, not what the black box
contains.


Marko



More information about the Python-list mailing list