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

Instance Attributes

The StackAsArray class contains one instance attribute--an array of objects called _array. In addition, the StackAsArray class inherits the _count instance attribute from the Container class. In the array implementation of the stack, the elements contained in the stack occupy positions 0, 1, ..., tex2html_wrap_inline60683 of the array.


next up previous index

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