What do you meant by static and dynamic modeling?
Answer Posted / quasar chunawalla
Static Model - Time Independent view of the system.
e.g. Class has same number of students in an year.
Static model includes :
CLASS DIAGRAM
OBJECT DIAGRAM
COMPONENT DIAGRAM
DEPLOYMENT DIAGRAM
Dynamic Model - Time dependent view of the system
E.g. ATM can accept card only when it is in ready state.
ATM cannot read card card when it is in ERROR state. Thus
state of ATM is a dynamic aspect.
Dynamic Modelling includes
USE-CASE DIAGRAM
INTERACTION DIAGRAM
STATE DIAGRAM
ACTIVITY DIAGRAM
Funtional Model-What happens
Static Model- To whom it happens
Dynamic Model - When it Happens
| Is This Answer Correct ? | 131 Yes | 26 No |
Post New Answer View All Answers
Is it possible to override private virtual methods?
Which OOPS concept is used as a reuse mechanism?
What is operator overloading?
How do you prevent a class from being inherited by another class?
Can you define OOP and principles of OOP?
What is multiple inheritance? How java 8 supports multiple inheritance?
How a program can be structured using the concept of object oriented programming?
Difference between class and an object?
Explain what an object is.
Write a note about inheritance?
What is the difference between class inheritance and interface inheritance?
What interface must an object implement before it can be written to a stream as an object?
What is virtual?
Can we have a default method definition in the interface without specifying the keyword "default"?
What is the difference between abstract & interface?