Next: Inheritance relationship
Up: C++ Design Issues
Previous: Specify operations
Refine classes by specifying their dependencies. In C++ we consider the
following relationships between classes (types):
- Inheritance relationship
- Containment relationship
- Use relationship
- Programmed-in relationship
- Relationships within a class
Subsections
Porkoláb Zoltán
2001-09-03