jacob deiter wrote:what are the difference between class diagram and sequence diagram?
-
Class diagram: It is a UML diagram that illustrates classes, interfaces, and their associations. And, it is used for
static object modeling.
-
Sequence diagram: It is a UML diagram that illustrates how objects (Instance of a class) interact with each other. And, it is used for
dynamic object modeling.
Reference:
Applying UML and
Patterns, Craig Larman
[jc: Corrected the name of Mr. Larman]