CO127:  C/C++ Programming
Lecture 6:  OO Programming and Classes


What is OO Programming?

I.   Date Types, Objects, Classes, and Instances

II.  Understanding Classes

III.  Member functions of a class

IV.  Class Constructors

V.  Private Members of a Class

VI.  The friend function

VII.  Arrays of Objects of a Class