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
How many methods are there in the serializable interface?
what is full form OOP?
Name the different creational patterns in object oriented design?
Which OOPS concept exposes only the necessary information to the calling functions?
How a program can be structured using the concept of object oriented programming?
What is meant by function overloading and function overriding?
Is it possible to create partial structs, interfaces and methods?
Can encapsulation be called as a security device?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is the default access specifier in a class definition?
Which OOPS concept is used as a reuse mechanism?
Can you create an instance of an interface?
Explain about object oriented programming?
Tell me something about abstract classes?
Write about abstract base classes?