Data Structures and Algorithms with Object-Oriented Design Patterns in Python
next up previous index

Naming and Binding

You must understand the difference between the name of an object and the object itself. In particular, you should understand that an assignment statement binds a new name to an object and that an assignment statement does not modify the value of any object.


next up previous index

Bruno Copyright © 2003, 2004 by Bruno R. Preiss, P.Eng. All rights reserved.