< Previous lesson | Table of Content | Next lesson >

Elementary Data Structure Library

In this lesson, you will learn about how you can structures your data into several forms. Your data structure will influence the way you manage your code. You can represent your data as collection object, tree, or stack. You will also learn about creating your own class and library. This very important lesson will enhance your programming ability. When you type your code for the library, make sure that you save it into your disk. You may reuse them again later for your future projects.

Designing a Class: Timer

Collection

Stack Class

TreeView


< Previous lesson | Table of Content | Next lesson >