Instance variables are intended to be used only by the class' methods and not by client programs or subclasses' methods. Attributes should be used for data that is manipulated by client programs or subclassers.


[Back] [Next]