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
What is a static method? Why do we need static methods in java 8 interfaces?
What is super keyword?
Explain colloboration
Is is possible to define our own functional interface?
What are the major differences between late and dynamic binding?
What is the difference between class inheritance and interface inheritance?
What is polymorphism and abstraction?
Can you give some examples of tokens?
Explain about polymorphism?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What does it mean that a method or class is abstract?
Which oops concept exposes only necessary information to the calling functions?
What is Overloading ? Is it similar to overriding ?
Do structs support inheritance?
Whether static method can use nonstatic members?