First page Back Continue Last page Graphics
Classes cont.
Multiple files
- header files contain the class definition
- member functions can be defined in the header file or in a separate “member function” file.
- test main program to “try out” the class
This pointer refers to the object whose member function you are in.
Arrays of objects.
Constants