Introduction to Objects

Example:  Car object

Attribute Type Descripton Example
Make String Name of manufacturer Toyota
Model String Name of model Corolla
Year Integer Year of manufacture 1984
Colour String Colour of paint Econolodge orange
Top speed Integer Top speed in km/h 130

Actions

Programming with C++ Objects

Download this program
Hockey team class interface (header file)
Hockey team class implementation (source file)
Hockey team test program

Back to the COMP 435 page