Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

          Class AbstractArray


     The class AbstractArray has random  access to the elements of the
     collection. For an object to be an array implies that you can use
     an index to access the elements of that object.
     The  reason  that  the  AbstractArray  class exists is  that  the
     derived classes SortedArray and  Array  have  enough in common to
     warrant combining the common  properties  into  an  abstract base
     class for classes.  Since the derived classes differ only  in the
     implementation  of  the  member  function  add,  detach,  and the
     subscript  operator, the remaining functions can be  encapsulated
     in the AbstractArray base class.

     Derived from: Collection

     Public member functions:
        isA
        nameOf
        hashValue
        add
        detach
        initIterator
        lowerBound
        upperBound
        arraySize
        isEqual
        destroy              Inherited from Collection.
        hasMember            Inherited from Collection.
        findMember           Inherited from Collection.
        printOn              Inherited from Container.
        isEmpty              Inherited from Container.
        forEach              Inherited from Container.
        firstThat            Inherited from Container.
        lastThat             Inherited from Container.
        printHeader          Inherited from Container.
        printSeparator       Inherited from Container.
        printTrailer         Inherited from Container.
        getItemsInContainer  Inherited from Container.
        isSortable           Inherited from Object.
        isAssociation        Inherited from Object.
        operator new         Inherited from Object.

See Also: Array SortedArray abstarry.h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson