CS 121 UML -> C++ Examples
- uml1: Two classes, with composition
- uml2: Four classes, with composition, inheritance
- uml3: Five classes, with composition, inheritance, aggregation
- uml4: Seven classes, with composition, inheritance, aggregation, object naming
- uml5: Recursive class structure, inheritance and aggregation, implemented by hand
- composite Recursive class structure, inheritance and aggregation, implemented using STL