Computer Science A - 11/12/99 Object Oriented Programming (working with a class) Object Oriented Programming - Creating a program which uses single objects capable of having & executing their own functions & data. Class - Definition of an object is handled through this keyword & its definition. It is capable of containing public & private data. Overloading and use of constructors are popular styles used when defining a class. Project Menu - Where the start of object oriented programming will begin. A project executes more than one programmer defined files. (Excluding the built-in #include files.) Project usually consists of 3 files: .h : defines the class .cpp : defines the function test.cpp : includes main