An Object-Based Programming Example
Category:
MiscellaneousType:
ApplicationsDifficulty:
IntermediateAuthor:
T.JacksonVersion Compatibility: Visual Basic 6, Visual Basic 5
More information:
This is a basic implementation of an object-based schema. Unfortunately, VB isn't an OOP language, but it does come close in a round about way. The example also illustrates how to avoid using fixed arrays by resorting to a dynamic structure, which grows and shrinks in size to suit the amount of data being used. Identical behavior to the vector structure in Java.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download object_based_example.zip