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
Describe the Diamond problem. Where does this problem occur?
Is it possible to override private virtual methods?
What is an interface?
What are the Differentiate between abstraction and encapsulation.
Can I implement polymorphism using abstract class?
What is abstraction? How does it differ from encapsulation
What does the keyword virtual represented in the method definition?
What is the difference between class and interface?
Explain persistence?
Can you explain primordial class loader?
Explain about inheritance?
Can we override static methods? Why?
Tell me something about abstract classes?
What are the features of encapsulation ?
Why is message passing between the objects important?