Class Diagram

Self Association

This is a class diagram example that shows the use of self association. An association describes discrete connections among objects…

Ticket Selling System

This class diagram example shows several important classes, such as Customer, Reservation, Ticket, and Performance: Customers may have many reservations,…

Analysis Stereotypes

There are three type of stereotypes: An boundary often represent a user interface (GUI). A controller is responsible for representing…

Example Class Diagram vs Object Diagram

An object diagram is a snapshot of the objects in a system at a point in time. We can use…

Sales Order System

association -- a relationship between instances of the two classes. There is an association between two classes if an instance…

Class Diagram – A Car

A car consists of different structural components, such as the engine, body, suspension, gearbox, etc. Each component in turn contains…