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 functional interface? What is sam interface?
Define a good interface?
What is a default method? Why do we need default methods in java 8 interfaces?
Is iterator a class or interface? What is its use?
Can you create an instance for an abstract class?
Whether static method can use nonstatic members?
What is the syntax of object oriented method call?
What is static and dynamic Binding?
Differentiate between an abstract class and an interface?
Write down how will you create a Binary tree?
Explain about inheritance in oops?
Explain about polymorphism?
Explain about realistic modeling?
Write a program to show the inheritance used in a class.
What is the main difference between overloading and overriding?