Posted By:
Bozidar_Dangubic
Posted On:
Thursday, December 6, 2001 08:33 AM
class diagram shows static view of your system. it shows all the classes in your system (or component) and their relationships, associations.... but it is a static view of it, i.e. is does not show how the classes interact with one another. interaction diagrams are used for that purpose. so overall, class diagrams are used to show static view of a system or a component.