0
8.6kviews
Compare and contrast: Static and Dynamic aspects of Models in software architecture.

Mumbai University > Computer engineering > Sem 7 > Software Architecture.

Marks: 5 M

Year: Dec 11

1 Answer
0
993views
Static aspect Dynamic aspects
It refers to the properties of the system being modeled It describes how the system changes while it executes
It does not involve system’s behavior while execution It involves system’s run time behavior
It is easier to model It is harder to model
The static model does not change itself during execution The dynamic model actually changes itself.
It includes static diagrams like class diagram, component diagram and deployment diagram It includes dynamic diagrams like use case diagram, sequence diagram, activity diagram and state chart diagram
Please log in to add an answer.