CO311: Object Oriented Programming

Beginning at the Beginning: simple objects without member functions

Sample Data to use with the following examples

Example 1: Basic creation and data access

Example 2: Additional manipulation of objects

Example 3: Objects in a “traditional” array

Example 4: Adding functionality to an existing class

Example 5: Getting input for the objects from a file

Example 6: Revising our input so we can get data from any file

Example 7: Finding the “youngest” in the bunch