C++ Function Library

The class hierarchy is given in figure 4.

Figure 4: Basic class hierarchy
Image C++classes

Each class is generally implemented as two files, the declaration file with the .h extension, and the definition file with the .cpp extension.



Subsections