<<< Reading a Class Diagram     Index     Class Notation >>>

3. Reading a Class Diagram, continued


  • Subscription reservation can reserve several tickets.

  • Individual reservation is capable of reserving only a single ticket.

  • Every performance has many tickets available.

  • Each ticket has unique seat number.

  • A performance can be identified by a show, a date, and time.

  • Class diagram for ticket box application:

      class diagram

<<< Reading a Class Diagram     Index     Class Notation >>>