-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi, why is the answer Class diagram here?
From the textbook: "Class diagrams can also be used to model objects in the problem domain (i.e. to model how objects actually interact in the real world, before emulating them in the solution). Class diagrams that are used to model the problem domain are called conceptual class diagrams or OO domain models (OODMs)."
I chose sequence diagram instead, because from the textbook "OODMs represents the class structure of the problem domain and not their behavior, just like class diagrams. To show behavior, use other diagrams
such as sequence diagrams."
Thank you!
