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


Please Help Members By Posting Answers For Below Questions

what is virtual function and pure virtual function ?

554


Can we override static methods of a class?

533


What is the use of ‘finalize’?

613


Explain what is meant by polymorphism?

569


What is the use if instanceof keyword?

573






What does the “abstract” keyword mean in front of a method? A class?

515


what are the different ways for a method to be overloaded?

531


What is polymorphism and abstraction?

601


What is the use of interface?

597


Do we require a parameter for constructors?

549


Why is class hierarchies managed in object-oriented programming?

565


What is the main difference between a class and an object?

553


Can we have a default method definition in the interface without specifying the keyword "default"?

529


What are the methods required to create changes in subclasses?

553


What is difference between polymorphism and normalization?

1439