home *** CD-ROM | disk | FTP | other *** search
- README.DOC 5/17/1991
-
- The files in this archive should include :
-
- README.DOC This file
- BASETYPE.PAS The base object types used by the OOP data structures.
- ELEMENTS.PAS Elements useable in the data structures. This currently
- includes an integer object, a real object, and a string object.
- STACKOBJ.PAS Unit defining the stack object and it's basic functionality.
- It is possible ( and expected ) to be extended.
- QUEUEOBJ.PAS Unit defining the queue object and it's basic functionality.
- Again, through OOP and inheritance, this object can be extended.
- DLISTOBJ.PAS Unit defining the doubly-linked list object and it's basic
- functionality. This could be extended furthur as well.
- DLSTTEST.PAS Program to show use of a DListOBJ.
- QUEUTEST.PAS Program to show use of a QueueOBJ.
- STCKTEST.PAS Program to show use of a StackOBJ.
-
- ===============================================================================
-
- There is some documentation in each Unit, but the choice of variable and method
- names should be self documenting. Each unit includes an inheritance tree as
- well. Please feel free to contact the author with questions or bugs. Please
- use this code if you want, but do give me some credit ;-). I hope these units
- can help some people grasp OOP and polymorphism, because they were ( are ) very
- difficult subjects to master. Also note that the method I chose to implement
- these objects could have been different, there's several ways to skin the cat
- as they say.
-
- tom
-
- Thomas E. Jenkins, Jr.
- Programmer, University of South Carolina
-
- tomj@csdserver3.csd.scarolina.EDU
- C0361@univscvm.csd.scarolina.EDU
-
- C0361@univscvm.BITNET
-
- 9732 Windsor Lake Blvd.
- Columbia, SC 29223
-
- wk (803) 777-6666 ( ask for tom - see next note too ;-)
- hm (803) 788-7179 ( no collect calls please ;-)
-
-
-
- ===============================================================================
-
-