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 are different ways to create string object?
What is meant by inheritance? what are the advantages of inheritance?
What is the main advantage of using inheritance?
What are the different principle of OOPS?
Define modularity?
Can an interface contain fields?
What does the keyword virtual represented in the method definition?
What is a try/ catch block?
Explain the usage of encapsulation?
Name the different creational patterns in object oriented design?
Explain about inheritance hierarchies?
What are manipulators?
What does the “abstract” keyword mean in front of a method? A class?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Can a function be overloaded based on return types?