Object-oriented analysis and design (OOAD) Question:

What do you meant by static and dynamic modeling?

Tweet Share WhatsApp

Answer:

Static modeling is used to specify structure of the objects that exist in the problem domain. These are expressed using class, object and USECASE diagrams.
But Dynamic modeling refers representing the object interactions during runtime. It is represented by sequence, activity, collaboration and statechart diagrams.

Download OOAD PDF Read All 63 OOAD Questions
Previous QuestionNext Question
What are models and meta models?How to represent the interaction between the modeling elements?