previous
|
start
|
next
Example: Printing an Invoice (CRC Cards)
The print member function of the
Invoice
class calls the print member functions of the
Address
and
Item
classes.
Invoice
print the invoice
Address
Item
previous
|
start
|
next